diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-10-04 18:41:05 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-10-04 18:41:05 +0000 |
commit | 50bd49fb30ceda2bb59a189f541cf2b21b08a36b (patch) | |
tree | 30bfd8caa60ba0dfde99f5f3546f8d9927e88992 /basctl | |
parent | 129cf7b2bb6e12535be14060d097956745ba550c (diff) |
INTEGRATION: CWS mav09 (1.2.208); FILE MERGED
2004/04/14 13:56:20 mba 1.2.208.1: #i27773#: remove so3; new storage API
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/inc/dlgedmod.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/basctl/source/inc/dlgedmod.hxx b/basctl/source/inc/dlgedmod.hxx index bc8438e24b7a..dffeec3c8481 100644 --- a/basctl/source/inc/dlgedmod.hxx +++ b/basctl/source/inc/dlgedmod.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dlgedmod.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: tbe $ $Date: 2001-03-23 16:11:20 $ + * last change: $Author: kz $ $Date: 2004-10-04 19:41:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,11 +90,11 @@ private: public: TYPEINFO(); - DlgEdModel(SfxItemPool* pPool=NULL, SvPersist* pPers=NULL ); + DlgEdModel(SfxItemPool* pPool=NULL, SfxObjectShell* pPers=NULL ); DlgEdModel(const String& rPath, SfxItemPool* pPool=NULL, - SvPersist* pPers=NULL ); - DlgEdModel(SfxItemPool* pPool, SvPersist* pPers, FASTBOOL bUseExtColorTable ); - DlgEdModel(const String& rPath, SfxItemPool* pPool, SvPersist* pPers, + SfxObjectShell* pPers=NULL ); + DlgEdModel(SfxItemPool* pPool, SfxObjectShell* pPers, FASTBOOL bUseExtColorTable ); + DlgEdModel(const String& rPath, SfxItemPool* pPool, SfxObjectShell* pPers, FASTBOOL bUseExtColorTable ); virtual ~DlgEdModel(); |