diff options
author | Michael Callahan <callahan@xmission.com> | 2010-12-06 10:36:19 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-12-06 10:36:19 +0000 |
commit | 040cd5d18f20655656073fc7dbb44d3410023946 (patch) | |
tree | ba56971f879f45293a52276855e6f987ecbe2268 /svl | |
parent | 54b42134116b9d5f7f56caaf0b041782fa5d0d5c (diff) |
remove obsolete __FAR_DATA
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/numbers/zforlist.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/numbers/zforlist.cxx b/svl/source/numbers/zforlist.cxx index 179a41d33716..414a619f984b 100644 --- a/svl/source/numbers/zforlist.cxx +++ b/svl/source/numbers/zforlist.cxx @@ -87,7 +87,7 @@ using namespace ::com::sun::star::lang; #define UNKNOWN_SUBSTITUTE LANGUAGE_ENGLISH_US static BOOL bIndexTableInitialized = FALSE; -static sal_uInt32 __FAR_DATA theIndexTable[NF_INDEX_TABLE_ENTRIES]; +static sal_uInt32 theIndexTable[NF_INDEX_TABLE_ENTRIES]; // ==================================================================== |