diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-04 15:56:11 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-11 08:18:15 +0200 |
commit | 11bb658a60777243483fe8e682ca46e88855690a (patch) | |
tree | 43150bf47ae7b4f5919128e759439969d585184a /include/svx/fmview.hxx | |
parent | 3df902ba28f6b142277a45b781a6d65389fad6b9 (diff) |
svx: sal_Bool->bool
Change-Id: I881b262277a23dae7975b541fe0dccf0d09cb985
Diffstat (limited to 'include/svx/fmview.hxx')
-rw-r--r-- | include/svx/fmview.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/fmview.hxx b/include/svx/fmview.hxx index af984addf64f..7770b138ca64 100644 --- a/include/svx/fmview.hxx +++ b/include/svx/fmview.hxx @@ -117,7 +117,7 @@ public: @param _bForceSync <TRUE/> if the handling should be done synchronously. */ - SVX_DLLPRIVATE void GrabFirstControlFocus( sal_Bool _bForceSync = sal_False ); + SVX_DLLPRIVATE void GrabFirstControlFocus( bool _bForceSync = false ); /** returns the form controller for a given form and a given device */ @@ -133,9 +133,9 @@ public: SVX_DLLPRIVATE void ActivateControls(SdrPageView*); SVX_DLLPRIVATE void DeactivateControls(SdrPageView*); - SVX_DLLPRIVATE void ChangeDesignMode(sal_Bool bDesign); + SVX_DLLPRIVATE void ChangeDesignMode(bool bDesign); - SVX_DLLPRIVATE FmXFormView* GetImpl() const { return pImpl; } + SVX_DLLPRIVATE FmXFormView* GetImpl() const { return pImpl; } SVX_DLLPRIVATE FmFormShell* GetFormShell() const { return pFormShell; } struct FormShellAccess { friend class FmFormShell; private: FormShellAccess() { } }; @@ -150,7 +150,7 @@ public: virtual void EndCompleteRedraw(SdrPaintWindow& rPaintWindow, bool bPaintFormLayer); SVX_DLLPRIVATE const OutputDevice* GetActualOutDev() const {return pActualOutDev;} - SVX_DLLPRIVATE sal_Bool checkUnMarkAll(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xSource); + SVX_DLLPRIVATE bool checkUnMarkAll(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xSource); private: SVX_DLLPRIVATE void AdjustMarks(const SdrMarkList& rMarkList); |