summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-10-04 18:40:53 +0000
committerKurt Zenker <kz@openoffice.org>2004-10-04 18:40:53 +0000
commit129cf7b2bb6e12535be14060d097956745ba550c (patch)
tree53f5f26a97c77244a55916b91acd89e654f681e8 /basctl
parent139dc7627930a9a8944a696db2abf282cbb53187 (diff)
INTEGRATION: CWS mav09 (1.3.206); FILE MERGED
2004/04/14 13:56:20 mba 1.3.206.1: #i27773#: remove so3; new storage API
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/dlged/dlgedmod.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/basctl/source/dlged/dlgedmod.cxx b/basctl/source/dlged/dlgedmod.cxx
index fd73b13eb508..a9cdde70d531 100644
--- a/basctl/source/dlged/dlgedmod.cxx
+++ b/basctl/source/dlged/dlgedmod.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgedmod.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: tbe $ $Date: 2001-04-10 15:14:55 $
+ * last change: $Author: kz $ $Date: 2004-10-04 19:40:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,7 +79,7 @@ TYPEINIT1(DlgEdModel,SdrModel);
//----------------------------------------------------------------------------
-DlgEdModel::DlgEdModel(SfxItemPool* pPool,SvPersist* pPers) :
+DlgEdModel::DlgEdModel(SfxItemPool* pPool,SfxObjectShell* pPers) :
SdrModel(pPool,pPers), pObjectShell(0)
{
DBG_CTOR(DlgEdModel,0);
@@ -88,14 +88,14 @@ DlgEdModel::DlgEdModel(SfxItemPool* pPool,SvPersist* pPers) :
//----------------------------------------------------------------------------
DlgEdModel::DlgEdModel(const String& rPath, SfxItemPool* pPool,
- SvPersist* pPers) : SdrModel(rPath,pPool,pPers), pObjectShell(0)
+ SfxObjectShell* pPers) : SdrModel(rPath,pPool,pPers), pObjectShell(0)
{
DBG_CTOR(DlgEdModel,0);
}
//----------------------------------------------------------------------------
-DlgEdModel::DlgEdModel(SfxItemPool* pPool, SvPersist* pPers,
+DlgEdModel::DlgEdModel(SfxItemPool* pPool, SfxObjectShell* pPers,
FASTBOOL bUseExtColorTable ) :
SdrModel(pPool,pPers,bUseExtColorTable, LOADREFCOUNTS),pObjectShell(0)
{
@@ -105,7 +105,7 @@ DlgEdModel::DlgEdModel(SfxItemPool* pPool, SvPersist* pPers,
//----------------------------------------------------------------------------
DlgEdModel::DlgEdModel(const String& rPath, SfxItemPool* pPool,
- SvPersist* pPers, FASTBOOL bUseExtColorTable ) :
+ SfxObjectShell* pPers, FASTBOOL bUseExtColorTable ) :
SdrModel(rPath, pPool, pPers, bUseExtColorTable, LOADREFCOUNTS), pObjectShell(0)
{
DBG_CTOR(DlgEdModel,0);