INTEGRATION: CWS odbmacros2 (1.5.240); FILE MERGED
2007/12/12 11:14:02 fs 1.5.240.1: #i49133# ctor now takes new (defaulted) argument which allows to switch off scripting support (by calling SfxObjectShell::SetHasNoBasic)
This commit is contained in:
parent
9e5094e36b
commit
a19463e3da
1 changed files with 4 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: GraphicDocShell.hxx,v $
|
||||
*
|
||||
* $Revision: 1.5 $
|
||||
* $Revision: 1.6 $
|
||||
*
|
||||
* last change: $Author: kz $ $Date: 2006-12-12 17:33:44 $
|
||||
* last change: $Author: kz $ $Date: 2008-03-06 18:58:19 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -78,7 +78,8 @@ public:
|
|||
GraphicDocShell (
|
||||
SfxObjectCreateMode eMode = SFX_CREATE_MODE_EMBEDDED,
|
||||
BOOL bSdDataObj=FALSE,
|
||||
DocumentType=DOCUMENT_TYPE_DRAW);
|
||||
DocumentType=DOCUMENT_TYPE_DRAW,
|
||||
BOOL bScriptSupport=TRUE);
|
||||
|
||||
virtual ~GraphicDocShell (void);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue