summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/transobj.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-25 14:59:52 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-25 14:59:52 +0000
commit03fcaf316700861ca8af253a3612e31eee08fa0d (patch)
treefa1b2383978c4f0dcfaf501f94c20e5fbaedf98c /sc/source/ui/inc/transobj.hxx
parent46794e0a2586f7e0f948530215e01621cff796b0 (diff)
INTEGRATION: CWS npower6 (1.14.380); FILE MERGED
2007/02/07 21:29:12 npower 1.14.380.1: Issue number: i74096 symbol visibility issues for needed for vba compatility api to link
Diffstat (limited to 'sc/source/ui/inc/transobj.hxx')
-rw-r--r--sc/source/ui/inc/transobj.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/transobj.hxx b/sc/source/ui/inc/transobj.hxx
index c2f9249cca0d..d1c182b47c03 100644
--- a/sc/source/ui/inc/transobj.hxx
+++ b/sc/source/ui/inc/transobj.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: transobj.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 22:01:04 $
+ * last change: $Author: rt $ $Date: 2007-04-25 15:59:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -122,7 +122,7 @@ public:
void SetDragSourceFlags( USHORT nFlags );
void SetDragWasInternal();
- static ScTransferObj* GetOwnClipboard( Window* pUIWin );
+ static SC_DLLPUBLIC ScTransferObj* GetOwnClipboard( Window* pUIWin );
static SfxObjectShell* SetDrawClipDoc( BOOL bAnyOle ); // update ScGlobal::pDrawClipDocShellRef
};