diff options
author | Michael Callahan <callahan@xmission.com> | 2010-12-06 10:36:18 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-12-06 10:37:25 +0000 |
commit | 8a661baf4962f42a9475c3c699d91390e89dee42 (patch) | |
tree | c92c0adec251373209f0fa68fe8b26fe72360466 /svx/source/xoutdev | |
parent | 0b30cb7e66e0cef4f6f75013eb182c2d58615ca1 (diff) |
remove obsolete __FAR_DATA
Diffstat (limited to 'svx/source/xoutdev')
-rw-r--r-- | svx/source/xoutdev/xtable.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/xoutdev/xtable.cxx b/svx/source/xoutdev/xtable.cxx index 949cd9e84e03..279624e84530 100644 --- a/svx/source/xoutdev/xtable.cxx +++ b/svx/source/xoutdev/xtable.cxx @@ -35,7 +35,7 @@ #define GLOBALOVERFLOW // Vergleichsstrings -sal_Unicode __FAR_DATA pszStandard[] = { 's', 't', 'a', 'n', 'd', 'a', 'r', 'd', 0 }; +sal_Unicode pszStandard[] = { 's', 't', 'a', 'n', 'd', 'a', 'r', 'd', 0 }; // Konvertiert in echte RGB-Farben, damit in den Listboxen // endlich mal richtig selektiert werden kann. |