diff options
author | Noel Grandin <noel@peralex.com> | 2014-04-25 14:00:35 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-04-30 08:44:42 +0200 |
commit | 6aa35db39311dcd7965c9c9c21fcf4143a1f9b43 (patch) | |
tree | 04320eaf8c7481c1b496460624ee20ec11360ac2 /sw/inc/dpage.hxx | |
parent | 1417061d1b2c110e7e690523a544b58e7ffd05c0 (diff) |
sw: sal_Bool->bool
Change-Id: I324a0ffde2ddcca105451c19e7aadcfad15211d8
Diffstat (limited to 'sw/inc/dpage.hxx')
-rw-r--r-- | sw/inc/dpage.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/dpage.hxx b/sw/inc/dpage.hxx index d5760b23bebc..38bd63eff62a 100644 --- a/sw/inc/dpage.hxx +++ b/sw/inc/dpage.hxx @@ -32,7 +32,7 @@ class SwDPage : public FmFormPage, public SdrObjUserCall SwDoc& rDoc; public: - SwDPage(SwDrawDocument& rNewModel, sal_Bool bMasterPage=sal_False); + SwDPage(SwDrawDocument& rNewModel, bool bMasterPage=false); virtual ~SwDPage(); // #i3694# @@ -43,7 +43,7 @@ public: virtual const SdrPageGridFrameList* GetGridFrameList(const SdrPageView* pPV, const Rectangle *pRect) const SAL_OVERRIDE; - sal_Bool RequestHelp( Window* pWindow, SdrView* pView, const HelpEvent& rEvt ); + bool RequestHelp( Window* pWindow, SdrView* pView, const HelpEvent& rEvt ); virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > createUnoPage() SAL_OVERRIDE; }; |