summaryrefslogtreecommitdiff
path: root/sc/source/core/data/drawpage.cxx
diff options
context:
space:
mode:
authorSören Möller <soerenmoeller2001@gmail.com>2011-01-04 20:20:47 +0100
committerJan Holesovsky <kendy@suse.cz>2011-01-05 15:54:25 +0100
commitc1348d458c55b103bb74763fb7ebaba2190d7731 (patch)
treec83a0d5e3f342786f346beb2b2e5e3692d05ff70 /sc/source/core/data/drawpage.cxx
parent4cb7e2ea3e1bc4d75f356ae6a676146b971f6cbc (diff)
Removed dependencies on tools/solar.h in drawpage.hxx/.cxx
Replaced datatypes from tools/solar.h with corresponding types from sal/types.h in drawpage.hxx/.cxx and added missing include of sal/types.h in docparam.hxx
Diffstat (limited to 'sc/source/core/data/drawpage.cxx')
-rw-r--r--sc/source/core/data/drawpage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/drawpage.cxx b/sc/source/core/data/drawpage.cxx
index 4f881eff0794..ff18ac6e05e9 100644
--- a/sc/source/core/data/drawpage.cxx
+++ b/sc/source/core/data/drawpage.cxx
@@ -44,7 +44,7 @@
// -----------------------------------------------------------------------
-ScDrawPage::ScDrawPage(ScDrawLayer& rNewModel, StarBASIC* pBasic, BOOL bMasterPage) :
+ScDrawPage::ScDrawPage(ScDrawLayer& rNewModel, StarBASIC* pBasic, bool bMasterPage) :
FmFormPage(rNewModel, pBasic, bMasterPage)
{
SetSize( Size( LONG_MAX, LONG_MAX ) );