[Libreoffice-commits] core.git: include/postmac.h include/premac.h

Tor Lillqvist tml at iki.fi
Sun Aug 17 03:14:24 PDT 2014


 include/postmac.h |   10 ----------
 include/premac.h  |   10 ----------
 2 files changed, 20 deletions(-)

New commits:
commit c2d3b7e4aa0480ed2c66b7240ef05cfff6a07125
Author: Tor Lillqvist <tml at iki.fi>
Date:   Sun Aug 17 13:09:43 2014 +0300

    fdo#82579: Only Point, Polygon, Size and TimeValue need to be handled
    
    Change-Id: I901386fadf8adbf6daad178b1fc2618430280792

diff --git a/include/postmac.h b/include/postmac.h
index 9e72141..89619fa 100644
--- a/include/postmac.h
+++ b/include/postmac.h
@@ -17,18 +17,8 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#undef Button
-#undef Control
-#undef Cursor
-#undef FontInfo
-#undef Line
-#undef ModalDialog
-#undef Palette
-#undef Pattern
 #undef Point
 #undef Polygon
-#undef Region
-#undef SetCursor
 #undef Size
 #undef TimeValue
 
diff --git a/include/premac.h b/include/premac.h
index 9782f47..51e8551 100644
--- a/include/premac.h
+++ b/include/premac.h
@@ -17,18 +17,8 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#define Button MacOSButton
-#define Control MacOSControl
-#define Cursor MacOSCursor
-#define FontInfo MacOSFontInfo
-#define Line MacOSLine
-#define ModalDialog MacOSModalDialog
-#define Palette MacOSPalette
-#define Pattern MacOSPattern
 #define Point MacOSPoint
 #define Polygon MacOSPolygon
-#define Region MacOSRegion
-#define SetCursor MacOSSetCursor
 #define Size MacOSSize
 #define TimeValue MacOSTimeValue
 


More information about the Libreoffice-commits mailing list