summaryrefslogtreecommitdiff
path: root/sc/inc/drawpage.hxx
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/inc/drawpage.hxx
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/inc/drawpage.hxx')
-rw-r--r--sc/inc/drawpage.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/drawpage.hxx b/sc/inc/drawpage.hxx
index 68365e9847f4..e27b7cce797d 100644
--- a/sc/inc/drawpage.hxx
+++ b/sc/inc/drawpage.hxx
@@ -39,7 +39,7 @@ class ScDrawLayer;
class ScDrawPage: public FmFormPage
{
public:
- ScDrawPage(ScDrawLayer& rNewModel, StarBASIC* pBasic, BOOL bMasterPage=FALSE);
+ ScDrawPage(ScDrawLayer& rNewModel, StarBASIC* pBasic, bool bMasterPage = false);
~ScDrawPage();
virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > createUnoPage();