summaryrefslogtreecommitdiff
path: root/sw/inc/docsh.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-05-02 14:13:30 +0000
committerRüdiger Timm <rt@openoffice.org>2006-05-02 14:13:30 +0000
commit068b9ae3d1d92640d0a7620f00656b08960ec34b (patch)
tree16aba870fe17301d32a84bd390d9623363de8eac /sw/inc/docsh.hxx
parent93add02d7d324b8cce068c9a1b8bd2a490e3afcc (diff)
INTEGRATION: CWS sfxcleanup (1.32.116); FILE MERGED
2006/03/02 14:00:34 mba 1.32.116.1: #132394#: remove superfluous code
Diffstat (limited to 'sw/inc/docsh.hxx')
-rw-r--r--sw/inc/docsh.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx
index 05533e494fb9..ff47c993c255 100644
--- a/sw/inc/docsh.hxx
+++ b/sw/inc/docsh.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: docsh.hxx,v $
*
- * $Revision: 1.32 $
+ * $Revision: 1.33 $
*
- * last change: $Author: rt $ $Date: 2005-12-14 14:46:08 $
+ * last change: $Author: rt $ $Date: 2006-05-02 15:13:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -152,7 +152,7 @@ public:
SFX_DECL_OBJECTFACTORY();
TYPEINFO();
- static SfxInterface *_GetInterface() { return _GetInterfaceImpl(); }
+ static SfxInterface *_GetInterface() { return GetStaticInterface(); }
//Das Doc wird fuer SO-Datenaustausch benoetigt!
SwDocShell(SfxObjectCreateMode eMode = SFX_CREATE_MODE_EMBEDDED);