summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/docsh.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-19 07:23:46 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-19 07:23:46 +0000
commite006aa71e999037ce6dd68cbd04ad0660782dba7 (patch)
treea3e7d195a37ead91b8b650c5397d146561f1fe9e /sc/source/ui/inc/docsh.hxx
parente35a0962ee27849b51998c82ca6dea4464cd74b3 (diff)
INTEGRATION: CWS fwkq1 (1.24.18); FILE MERGED
2003/07/14 16:28:06 mba 1.24.18.1: #110843#: get rid of factories
Diffstat (limited to 'sc/source/ui/inc/docsh.hxx')
-rw-r--r--sc/source/ui/inc/docsh.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx
index d938239a0640..6b8b06c62e43 100644
--- a/sc/source/ui/inc/docsh.hxx
+++ b/sc/source/ui/inc/docsh.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docsh.hxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: vg $ $Date: 2003-06-04 12:37:19 $
+ * last change: $Author: rt $ $Date: 2003-09-19 08:23:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -197,7 +197,7 @@ public:
TYPEINFO();
SFX_DECL_INTERFACE(SCID_DOC_SHELL);
- SFX_DECL_OBJECTFACTORY_DLL( ScDocShell, SC_DLL() );
+ SFX_DECL_OBJECTFACTORY( ScDocShell);
ScDocShell( const ScDocShell& rDocShell );
ScDocShell( SfxObjectCreateMode eMode = SFX_CREATE_MODE_EMBEDDED );