summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/unokywds.hxx
diff options
context:
space:
mode:
authorMichael Callahan <callahan@xmission.com>2010-12-06 10:36:14 +0000
committerMichael Meeks <michael.meeks@novell.com>2010-12-06 10:50:23 +0000
commit7065f10c7275b0dc925d43e4a8520518d037ad13 (patch)
treed66dd34be68d4a6e0ae34f6af7698f7da16d8920 /sd/source/ui/inc/unokywds.hxx
parentc8f58bc85ec50d28b36bc811d79b3a2108621ea5 (diff)
remove obsolete __FAR_DATA
Diffstat (limited to 'sd/source/ui/inc/unokywds.hxx')
-rw-r--r--sd/source/ui/inc/unokywds.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/unokywds.hxx b/sd/source/ui/inc/unokywds.hxx
index ba508f7f3cb9..298dff72754e 100644
--- a/sd/source/ui/inc/unokywds.hxx
+++ b/sd/source/ui/inc/unokywds.hxx
@@ -33,9 +33,9 @@
#include <tools/solar.h>
#ifndef SD_DEFINE_KEYWORDS
-#define SD_CONSTASCII_ACTION( n, s ) extern sal_Char __FAR_DATA n[sizeof(s)]
+#define SD_CONSTASCII_ACTION( n, s ) extern sal_Char n[sizeof(s)]
#else
-#define SD_CONSTASCII_ACTION( n, s ) sal_Char __FAR_DATA n[sizeof(s)] = s
+#define SD_CONSTASCII_ACTION( n, s ) sal_Char n[sizeof(s)] = s
#endif
#define UNO_PREFIX "com.sun.star."