diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-15 15:02:20 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-15 15:02:20 +0000 |
commit | 03784af870a966cfb285fe82d9f2a2b47316f436 (patch) | |
tree | 5fa2acf5c99e883d6ea4f4b68635c307349ebd03 /basctl/source/inc/dlgedmod.hxx | |
parent | 8aaadd2584f04a1e438af23398ded1fb33c83781 (diff) |
INTEGRATION: CWS basmgr02 (1.5.4); FILE MERGED
2007/02/21 09:33:04 fs 1.5.4.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class
Diffstat (limited to 'basctl/source/inc/dlgedmod.hxx')
-rw-r--r-- | basctl/source/inc/dlgedmod.hxx | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/basctl/source/inc/dlgedmod.hxx b/basctl/source/inc/dlgedmod.hxx index 7028d055aca5..5c93e5d88d2e 100644 --- a/basctl/source/inc/dlgedmod.hxx +++ b/basctl/source/inc/dlgedmod.hxx @@ -4,9 +4,9 @@ * * $RCSfile: dlgedmod.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2007-01-16 16:36:45 $ + * last change: $Author: obo $ $Date: 2007-03-15 16:02:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -55,27 +55,17 @@ class DlgEdModel : public SdrModel friend class DlgEdPage; private: - SfxObjectShell* pObjectShell; - - DlgEdModel( const DlgEdModel& ); - void operator=(const DlgEdModel& rSrcModel); + DlgEdModel( const DlgEdModel& ); // not implemented + void operator=(const DlgEdModel& rSrcModel); // not implemented public: TYPEINFO(); - DlgEdModel(SfxItemPool* pPool=NULL, SfxObjectShell* pPers=NULL ); - DlgEdModel(const String& rPath, SfxItemPool* pPool=NULL, - SfxObjectShell* pPers=NULL ); - DlgEdModel(SfxItemPool* pPool, SfxObjectShell* pPers, FASTBOOL bUseExtColorTable ); - DlgEdModel(const String& rPath, SfxItemPool* pPool, SfxObjectShell* pPers, - FASTBOOL bUseExtColorTable ); + DlgEdModel(); virtual ~DlgEdModel(); virtual void DlgEdModelChanged( FASTBOOL bChanged = TRUE ); - SfxObjectShell* GetObjectShell() const { return pObjectShell; } - void SetObjectShell( SfxObjectShell* pShell ) { pObjectShell = pShell; } - virtual SdrPage* AllocPage(FASTBOOL bMasterPage); virtual Window* GetCurDocViewWin(); |