blob: ffba2b483fafa1e521187e6f97b29d090affe51d [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2013 itemis and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* itemis - Initial API and implementation
*
* </copyright>
*/
package org.eclipse.sphinx.examples.hummingbird20.diagram.gmf.preferences;
import org.eclipse.gmf.runtime.diagram.ui.preferences.PrintingPreferencePage;
import org.eclipse.sphinx.examples.hummingbird20.diagram.gmf.part.Hummingbird20DiagramEditorPlugin;
/**
* @generated
*/
public class DiagramPrintingPreferencePage extends PrintingPreferencePage {
/**
* @generated
*/
public DiagramPrintingPreferencePage() {
setPreferenceStore(Hummingbird20DiagramEditorPlugin.getInstance().getPreferenceStore());
}
}