From b8f02010fe30cffe4dbc12cc9ecf4c52b9285b56 Mon Sep 17 00:00:00 2001 From: Michael Callahan Date: Mon, 6 Dec 2010 10:36:07 +0000 Subject: remove obsolete __FAR_DATA --- sc/inc/reffind.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc/reffind.hxx') 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, -- cgit