summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/docsh.hxx
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-03-23 11:58:14 +0100
committerVladimir Glazunov <vg@openoffice.org>2010-03-23 11:58:14 +0100
commit47bdfa3b1db5245485347851017a791fc193407c (patch)
treee61c20591c0bf68b1c2083215004d9deb8bf0161 /sc/source/ui/inc/docsh.hxx
parent6918fdbcc7dae355b04fa59661365b798f865a42 (diff)
parentad94448ef29913539688de6a685b301b1fcb2d42 (diff)
CWS-TOOLING: integrate CWS autorecovery
Diffstat (limited to 'sc/source/ui/inc/docsh.hxx')
-rw-r--r--sc/source/ui/inc/docsh.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx
index fe02942d1077..88bbeb699539 100644
--- a/sc/source/ui/inc/docsh.hxx
+++ b/sc/source/ui/inc/docsh.hxx
@@ -31,10 +31,8 @@
#include <sfx2/objsh.hxx>
-//REMOVE #ifndef _SFX_INTERNO_HXX //autogen
-//REMOVE #include <sfx2/interno.hxx>
-//REMOVE #endif
#include <sfx2/docfac.hxx>
+#include <sfx2/sfxmodelfactory.hxx>
#include <sfx2/viewsh.hxx>
#include "scdllapi.h"
@@ -179,7 +177,7 @@ public:
SFX_DECL_OBJECTFACTORY();
ScDocShell( const ScDocShell& rDocShell );
- ScDocShell( SfxObjectCreateMode eMode = SFX_CREATE_MODE_EMBEDDED, const bool _bScriptSupport = true );
+ ScDocShell( const sal_uInt64 i_nSfxCreationFlags = SFXMODEL_EMBEDDED_OBJECT );
~ScDocShell();
using SotObject::GetInterface;