summaryrefslogtreecommitdiff
path: root/sc/inc/global.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-25 14:57:24 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-25 14:57:24 +0000
commit6b24bd9a2fdf4b2a55908d1f7b348047c11969c8 (patch)
tree9bdecd459f61b4d190902a9ac918b6487adb63bd /sc/inc/global.hxx
parent1d7d18b062888efb3a128993d33a1e3864b8ba62 (diff)
INTEGRATION: CWS npower6 (1.47.52); FILE MERGED
2007/02/07 21:29:10 npower 1.47.52.1: Issue number: i74096 symbol visibility issues for needed for vba compatility api to link
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r--sc/inc/global.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx
index 160037d9fcc1..9722c76f0587 100644
--- a/sc/inc/global.hxx
+++ b/sc/inc/global.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: global.hxx,v $
*
- * $Revision: 1.47 $
+ * $Revision: 1.48 $
*
- * last change: $Author: ihi $ $Date: 2006-12-19 18:00:23 $
+ * last change: $Author: rt $ $Date: 2007-04-25 15:57:24 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -579,8 +579,8 @@ SC_DLLPUBLIC static ::utl::TransliterationWrapper* GetpTransliteration(); //C
static const String& GetClipDocName();
static void SetClipDocName( const String& rNew );
- static const SvxSearchItem& GetSearchItem();
- static void SetSearchItem( const SvxSearchItem& rNew );
+ static SC_DLLPUBLIC const SvxSearchItem& GetSearchItem();
+ static SC_DLLPUBLIC void SetSearchItem( const SvxSearchItem& rNew );
SC_DLLPUBLIC static ScAutoFormat* GetAutoFormat();
static void ClearAutoFormat(); //BugId 54209
static FuncCollection* GetFuncCollection();