summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdmodel.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-04-19 12:51:45 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-04-19 12:51:45 +0000
commit2e9a57dd01071ba53b3d9ab7443d71d231f0b39a (patch)
treeb9c1f5ea8823b63cbb4771a97e198fccfeaf9f64 /svx/source/svdraw/svdmodel.cxx
parent278fc5c7503d21abdff89c93bd894f67fb6d2ed7 (diff)
INTEGRATION: CWS sixtyfour05 (1.62.164); FILE MERGED
2006/04/11 15:55:25 kendy 1.62.164.1: #i64230# 64bit: ULONG <-> sal_uInt32 in svx
Diffstat (limited to 'svx/source/svdraw/svdmodel.cxx')
-rw-r--r--svx/source/svdraw/svdmodel.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/svdraw/svdmodel.cxx b/svx/source/svdraw/svdmodel.cxx
index 26359a3f99e3..c0bb465f31e3 100644
--- a/svx/source/svdraw/svdmodel.cxx
+++ b/svx/source/svdraw/svdmodel.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svdmodel.cxx,v $
*
- * $Revision: 1.62 $
+ * $Revision: 1.63 $
*
- * last change: $Author: rt $ $Date: 2006-01-10 14:50:28 $
+ * last change: $Author: hr $ $Date: 2006-04-19 13:51:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -303,7 +303,7 @@ void SdrModel::ImpCtor(SfxItemPool* pPool, SfxObjectShell* pPers,
ImpCreateTables();
}
-SdrModel::SdrModel(SfxItemPool* pPool, SfxObjectShell* pPers, INT32 bLoadRefCounts):
+SdrModel::SdrModel(SfxItemPool* pPool, SfxObjectShell* pPers, sal_Bool bLoadRefCounts):
maPages(1024,32,32),
maMaPag(1024,32,32)
{
@@ -315,7 +315,7 @@ SdrModel::SdrModel(SfxItemPool* pPool, SfxObjectShell* pPers, INT32 bLoadRefCoun
ImpCtor(pPool,pPers,FALSE, (FASTBOOL)bLoadRefCounts);
}
-SdrModel::SdrModel(const String& rPath, SfxItemPool* pPool, SfxObjectShell* pPers, INT32 bLoadRefCounts):
+SdrModel::SdrModel(const String& rPath, SfxItemPool* pPool, SfxObjectShell* pPers, sal_Bool bLoadRefCounts):
maPages(1024,32,32),
maMaPag(1024,32,32),
aTablePath(rPath)
@@ -328,7 +328,7 @@ SdrModel::SdrModel(const String& rPath, SfxItemPool* pPool, SfxObjectShell* pPer
ImpCtor(pPool,pPers,FALSE, (FASTBOOL)bLoadRefCounts);
}
-SdrModel::SdrModel(SfxItemPool* pPool, SfxObjectShell* pPers, FASTBOOL bUseExtColorTable, INT32 bLoadRefCounts):
+SdrModel::SdrModel(SfxItemPool* pPool, SfxObjectShell* pPers, FASTBOOL bUseExtColorTable, sal_Bool bLoadRefCounts):
maPages(1024,32,32),
maMaPag(1024,32,32)
{
@@ -340,7 +340,7 @@ SdrModel::SdrModel(SfxItemPool* pPool, SfxObjectShell* pPers, FASTBOOL bUseExtCo
ImpCtor(pPool,pPers,bUseExtColorTable, (FASTBOOL)bLoadRefCounts);
}
-SdrModel::SdrModel(const String& rPath, SfxItemPool* pPool, SfxObjectShell* pPers, FASTBOOL bUseExtColorTable, INT32 bLoadRefCounts):
+SdrModel::SdrModel(const String& rPath, SfxItemPool* pPool, SfxObjectShell* pPers, FASTBOOL bUseExtColorTable, sal_Bool bLoadRefCounts):
maPages(1024,32,32),
maMaPag(1024,32,32),
aTablePath(rPath)