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

Tor Lillqvist tml at collabora.com
Sun Aug 17 03:29:55 PDT 2014


 include/postmac.h |    2 ++
 include/premac.h  |    2 ++
 2 files changed, 4 insertions(+)

New commits:
commit 95a5d7733190d66b1c4761a5bbaa5a2cc2361dd0
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sun Aug 17 13:27:42 2014 +0300

    fdo#82579: The SDK used by the "TDF" tb needs Cursor and Line to be handled
    
    Change-Id: Idb9600b49ef711f0c11faa8650853fee0c455763

diff --git a/include/postmac.h b/include/postmac.h
index 89619fa..72b074a 100644
--- a/include/postmac.h
+++ b/include/postmac.h
@@ -17,6 +17,8 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#undef Cursor
+#undef Line
 #undef Point
 #undef Polygon
 #undef Size
diff --git a/include/premac.h b/include/premac.h
index 51e8551..1de1252 100644
--- a/include/premac.h
+++ b/include/premac.h
@@ -17,6 +17,8 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#define Cursor MacOSCursor
+#define Line MacOSLine
 #define Point MacOSPoint
 #define Polygon MacOSPolygon
 #define Size MacOSSize


More information about the Libreoffice-commits mailing list