summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-03-15 15:01:16 +0000
committerOliver Bolte <obo@openoffice.org>2007-03-15 15:01:16 +0000
commit15474ac366ccbd94e70e6396a7be2021e292de6c (patch)
tree6fdd3d5bf179c94a3822f142f0dfe672a0883bff /basctl
parentda23a14aaa3ab16350b1da6752660d001b70ff39 (diff)
INTEGRATION: CWS basmgr02 (1.6.144); FILE MERGED
2007/02/21 09:33:04 fs 1.6.144.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/inc/baside3.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/basctl/source/inc/baside3.hxx b/basctl/source/inc/baside3.hxx
index cb71dd7d2f9d..a2dcea0fb2c3 100644
--- a/basctl/source/inc/baside3.hxx
+++ b/basctl/source/inc/baside3.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: baside3.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 20:17:43 $
+ * last change: $Author: obo $ $Date: 2007-03-15 16:01:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -82,9 +82,9 @@ protected:
public:
TYPEINFO();
- DialogWindow( Window* pParent, SfxObjectShell* pShell, String aLibName, String aName,
+ DialogWindow( Window* pParent, const ScriptDocument& rDocument, String aLibName, String aName,
const com::sun::star::uno::Reference< com::sun::star::container::XNameContainer >& xDialogModel );
- DialogWindow( DialogWindow* pCurView );
+ DialogWindow( DialogWindow* pCurView ); // never implemented
~DialogWindow();
virtual void ExecuteCommand( SfxRequest& rReq );