diff options
author | Michael Callahan <callahan@xmission.com> | 2010-12-06 10:36:07 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-12-06 10:36:48 +0000 |
commit | b8f02010fe30cffe4dbc12cc9ecf4c52b9285b56 (patch) | |
tree | f12b13d02f6a608a5ed1ea0107deddaa4d584478 /sc/inc/reffind.hxx | |
parent | d88139d58bd35815545c5f43d204dde4759a8bf9 (diff) |
remove obsolete __FAR_DATA
Diffstat (limited to 'sc/inc/reffind.hxx')
-rw-r--r-- | sc/inc/reffind.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/reffind.hxx b/sc/inc/reffind.hxx index 7c638b27a33b..cc2f330194e9 100644 --- a/sc/inc/reffind.hxx +++ b/sc/inc/reffind.hxx @@ -47,7 +47,7 @@ private: xub_StrLen nSelEnd; public: - static const sal_Unicode __FAR_DATA pDelimiters[]; + static const sal_Unicode pDelimiters[]; ScRefFinder( const String& rFormula, ScDocument* pDocument = NULL, |