summaryrefslogtreecommitdiffstats
path: root/sc/inc/reffind.hxx
diff options
context:
space:
mode:
authorMichael Callahan <callahan@xmission.com>2010-12-06 10:36:07 +0000
committerMichael Meeks <michael.meeks@novell.com>2010-12-06 10:36:48 +0000
commitb8f02010fe30cffe4dbc12cc9ecf4c52b9285b56 (patch)
treef12b13d02f6a608a5ed1ea0107deddaa4d584478 /sc/inc/reffind.hxx
parentReplace all occured, occurance etc. (diff)
downloadcore-b8f02010fe30cffe4dbc12cc9ecf4c52b9285b56.tar.gz
core-b8f02010fe30cffe4dbc12cc9ecf4c52b9285b56.zip
remove obsolete __FAR_DATA
Diffstat (limited to 'sc/inc/reffind.hxx')
-rw-r--r--sc/inc/reffind.hxx2
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,