[Libreoffice-commits] .: solenv/inc

Tor Lillqvist tml at kemper.freedesktop.org
Sat Jul 23 06:22:59 PDT 2011


 solenv/inc/postmac.h |   18 +++++++-----------
 solenv/inc/premac.h  |   20 ++++++++------------
 2 files changed, 15 insertions(+), 23 deletions(-)

New commits:
commit b275943a569add3d0794ab9f335e808fbfb4eb95
Author: Tor Lillqvist <tml at iki.fi>
Date:   Sat Jul 23 16:22:11 2011 +0300

    Sort, make consistent, and drop commented-out lines

diff --git a/solenv/inc/postmac.h b/solenv/inc/postmac.h
index 9b0a67c..4c722be 100644
--- a/solenv/inc/postmac.h
+++ b/solenv/inc/postmac.h
@@ -26,29 +26,25 @@
  *
  ************************************************************************/
 
-//#undef Boolean
-//#undef BOOL
 #undef Button
 #undef Byte
 #undef Control
 #undef Cursor
+#undef DirInfo
 #undef FontInfo
-#undef GetItem
+#undef LSize
+#undef Line
 #undef MemoryBlock
+#undef ModalDialog
 #undef Palette
-#undef Polygon
+#undef Pattern
 #undef Point
+#undef Polygon
 #undef Ptr
 #undef Region
-#undef Size
-#undef LSize
-#undef ModalDialog
 #undef SetCursor
+#undef Size
 #undef StringPtr
-#undef DirInfo
-//#undef ULONG
-#undef Line
 #undef TimeValue
-#undef Pattern
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/solenv/inc/premac.h b/solenv/inc/premac.h
index e59e7d9..b5650dc 100644
--- a/solenv/inc/premac.h
+++ b/solenv/inc/premac.h
@@ -26,29 +26,25 @@
  *
  ************************************************************************/
 
-
-//#define Boolean MacOSBoolean
-//#define BOOL MacOSBOOL
 #define Button MacOSButton
 #define Byte MacOSByte
 #define Control MacOSControl
 #define Cursor MacOSCursor
+#define DirInfo MacOSDirInfo
 #define FontInfo MacOSFontInfo
+#define LSize MacOSLSize
+#define Line MacOSLine
 #define MemoryBlock MacOSMemoryBlock
+#define ModalDialog MacOSModalDialog
+#define Palette MacOSPalette
+#define Pattern MacOSPattern
 #define Point MacOSPoint
-#define Size MacOSSize
-#define Region MacOSRegion
 #define Polygon MacOSPolygon
 #define Ptr MacOSPtr
-#define Palette MacOSPalette
-#define LSize MacOSLSize
-#define ModalDialog MacOSModalDialog
+#define Region MacOSRegion
 #define SetCursor MacOSSetCursor
+#define Size MacOSSize
 #define StringPtr MacOSStringPtr
-#define DirInfo MacOSDirInfo
-//#define ULONG MacOSULONG
-#define Line MacOSLine
 #define TimeValue MacOSTimeValue
-#define Pattern MacOSPattern
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list