]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.editors.win32/src/org/simantics/editors/win32/ole/TxtDefinition.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.editors.win32 / src / org / simantics / editors / win32 / ole / TxtDefinition.java
index 0d1a4994fd5442eeb3e38502474e317d0327aa53..79f316b112529b59a209978d41ba0600d4d0686e 100644 (file)
@@ -1,52 +1,52 @@
-/*******************************************************************************\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
- * Txt documents\r
- * \r
- * FIXME: Eclipse's internal text editor would suffice just fine.\r
- * \r
- * @author Marko Luukkainen <marko.luukkainen@vtt.fi>\r
- *\r
- */\r
-public class TxtDefinition implements EditorDefinition{\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("txt");    \r
-       }\r
-       \r
-       @Override\r
-       public boolean useBrowser() {\r
-               return true;\r
-       }\r
-       \r
-       @Override\r
-       public boolean useFileInput() {\r
-               return false;\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;
+
+/**
+ * Txt documents
+ * 
+ * FIXME: Eclipse's internal text editor would suffice just fine.
+ * 
+ * @author Marko Luukkainen <marko.luukkainen@vtt.fi>
+ *
+ */
+public class TxtDefinition implements EditorDefinition{
+
+       @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("txt");    
+       }
+       
+       @Override
+       public boolean useBrowser() {
+               return true;
+       }
+       
+       @Override
+       public boolean useFileInput() {
+               return false;
+       }
+}