]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.editors.win32/src/org/simantics/editors/win32/ole/PDF_Definition.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.editors.win32 / src / org / simantics / editors / win32 / ole / PDF_Definition.java
index 74a5008afa021afad5c7ff5d97ce9159fe359b94..ea48131cb393c44b733479a49f1917c0932c19d9 100644 (file)
@@ -1,51 +1,51 @@
-/*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
- * in Industry THTH ry.\r
- * All rights reserved. This program and the accompanying materials\r
- * are made available under the terms of the Eclipse Public License v1.0\r
- * which accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- *\r
- * Contributors:\r
- *     VTT Technical Research Centre of Finland - initial API and implementation\r
- *******************************************************************************/\r
-package org.simantics.editors.win32.ole;\r
-\r
-import org.eclipse.swt.ole.win32.OleAutomation;\r
-import org.eclipse.swt.ole.win32.OleClientSite;\r
-import org.eclipse.swt.ole.win32.OleFrame;\r
-\r
-/**\r
- * PDFs are embedded using browser\r
- * \r
- * @author Marko Luukkainen <marko.luukkainen@vtt.fi>\r
- *\r
- */\r
-public class PDF_Definition implements EditorDefinition {\r
-       \r
-       @Override\r
-       public boolean useBrowser() {\r
-               return true;\r
-       }\r
-       \r
-       @Override\r
-       public boolean useFileInput() {\r
-               return false;\r
-       }\r
-       \r
-       @Override\r
-       public OleController createController(OleFrame frame, OleClientSite site, OleAutomation auto) { \r
-               return null;\r
-       }\r
-       \r
-       @Override\r
-       public String getProgID() {\r
-               return null;\r
-       }\r
-       \r
-       @Override\r
-       public boolean supportSuffix(String suffix) {\r
-               return suffix.equals("pdf");\r
-       }\r
-\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2007, 2010 Association for Decentralized Information Management
+ * in Industry THTH ry.
+ * 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:
+ *     VTT Technical Research Centre of Finland - initial API and implementation
+ *******************************************************************************/
+package org.simantics.editors.win32.ole;
+
+import org.eclipse.swt.ole.win32.OleAutomation;
+import org.eclipse.swt.ole.win32.OleClientSite;
+import org.eclipse.swt.ole.win32.OleFrame;
+
+/**
+ * PDFs are embedded using browser
+ * 
+ * @author Marko Luukkainen <marko.luukkainen@vtt.fi>
+ *
+ */
+public class PDF_Definition implements EditorDefinition {
+       
+       @Override
+       public boolean useBrowser() {
+               return true;
+       }
+       
+       @Override
+       public boolean useFileInput() {
+               return false;
+       }
+       
+       @Override
+       public OleController createController(OleFrame frame, OleClientSite site, OleAutomation auto) { 
+               return null;
+       }
+       
+       @Override
+       public String getProgID() {
+               return null;
+       }
+       
+       @Override
+       public boolean supportSuffix(String suffix) {
+               return suffix.equals("pdf");
+       }
+
+}