]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.utils.ui/src/org/simantics/utils/ui/gfx/clipboard/headers/Win32Constants.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.utils.ui / src / org / simantics / utils / ui / gfx / clipboard / headers / Win32Constants.java
index 026c644e7056affbf375d13e6e0ea7939ef0d086..133a760a78182c12ad97c4403695d97b0397d825 100644 (file)
@@ -1,35 +1,35 @@
-/*******************************************************************************\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.utils.ui.gfx.clipboard.headers;\r
-\r
-public class Win32Constants {\r
-    //biCompression constants (wingdi.h)\r
-    public static final int BI_RGB = 0;\r
-    public static final int BI_RLE8 = 1;\r
-    public static final int BI_RLE24 = 2;\r
-    public static final int BI_BITFIELDS = 3;\r
-    public static final int BI_JPEG = 4;\r
-    public static final int BI_PNG = 5;\r
-    \r
-    //Clipboard constants (winuser.h)\r
-    public static final int CF_TEXT = 1;\r
-    public static final int CF_BITMAP = 2;\r
-    public static final int CF_METAFILEPICT = 3;\r
-    public static final int CF_SYLK = 4;\r
-    public static final int CF_DIF = 5;\r
-    public static final int CF_TIFF = 6;\r
-    public static final int CF_OEMTEXT = 7;\r
-    public static final int CF_DIB = 8;\r
-    public static final int CF_PALETTE = 9;\r
-    // there's more than these, but those are not currently needed\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.utils.ui.gfx.clipboard.headers;
+
+public class Win32Constants {
+    //biCompression constants (wingdi.h)
+    public static final int BI_RGB = 0;
+    public static final int BI_RLE8 = 1;
+    public static final int BI_RLE24 = 2;
+    public static final int BI_BITFIELDS = 3;
+    public static final int BI_JPEG = 4;
+    public static final int BI_PNG = 5;
+    
+    //Clipboard constants (winuser.h)
+    public static final int CF_TEXT = 1;
+    public static final int CF_BITMAP = 2;
+    public static final int CF_METAFILEPICT = 3;
+    public static final int CF_SYLK = 4;
+    public static final int CF_DIF = 5;
+    public static final int CF_TIFF = 6;
+    public static final int CF_OEMTEXT = 7;
+    public static final int CF_DIB = 8;
+    public static final int CF_PALETTE = 9;
+    // there's more than these, but those are not currently needed
+
+}