diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-06 17:44:52 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-06 17:44:52 +0000 |
commit | 362996a225ea77ab4fef50ea08a8ba81702309d2 (patch) | |
tree | ee8bda329c2cf1b51c88c8e95d04458071ffdad3 /starmath | |
parent | 13a1d9ba7f0666287adbdd4015a045f179c35f19 (diff) |
INTEGRATION: CWS odbmacros2 (1.32.48); FILE MERGED
2008/03/04 12:01:39 fs 1.32.48.2: RESYNC: (1.32-1.33); FILE MERGED
2007/12/12 11:22:14 fs 1.32.48.1: #i49133# ctor now takes new (defaulted) argument which allows to switch off scripting support (by calling SfxObjectShell::SetHasNoBasic)
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/document.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx index bcc2f2ee2e6c..f778c2861177 100644 --- a/starmath/inc/document.hxx +++ b/starmath/inc/document.hxx @@ -4,9 +4,9 @@ * * $RCSfile: document.hxx,v $ * - * $Revision: 1.33 $ + * $Revision: 1.34 $ * - * last change: $Author: obo $ $Date: 2008-02-26 14:43:27 $ + * last change: $Author: kz $ $Date: 2008-03-06 18:44:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -191,7 +191,7 @@ public: using SotObject::GetInterface; SFX_DECL_OBJECTFACTORY(); - SmDocShell(SfxObjectCreateMode eMode = SFX_CREATE_MODE_EMBEDDED); + SmDocShell(SfxObjectCreateMode eMode = SFX_CREATE_MODE_EMBEDDED, const sal_Bool _bScriptSupport = sal_True); virtual ~SmDocShell(); void LoadSymbols(); |