summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-15 16:20:53 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-15 16:26:52 +0200
commit14c680eb3aa5d113f49a2f572c70d462461d1c9c (patch)
tree3ffbc9649ac60bd39d8388016deb54c9823b65ca /sd/source/ui/inc
parent9128507579246b1559b0bc195d7e9f89541cbbbf (diff)
sd: sal_Bool -> bool
Change-Id: Ic59f5f89017c2a50185596e1e264dcde260d3e70
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r--sd/source/ui/inc/FrameView.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/FrameView.hxx b/sd/source/ui/inc/FrameView.hxx
index c83b7f2e8bb5..c9c2c839b4bc 100644
--- a/sd/source/ui/inc/FrameView.hxx
+++ b/sd/source/ui/inc/FrameView.hxx
@@ -169,8 +169,8 @@ public:
void SetIsNavigatorShowingAllShapes (const bool bIsNavigatorShowingAllShapes);
bool IsNavigatorShowingAllShapes (void) const { return mbIsNavigatorShowingAllShapes;}
- virtual void WriteUserDataSequence ( ::com::sun::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >&, sal_Bool bBrowse = sal_False );
- virtual void ReadUserDataSequence ( const ::com::sun::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >&, sal_Bool bBrowse = sal_False );
+ virtual void WriteUserDataSequence ( ::com::sun::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >&, bool bBrowse = false );
+ virtual void ReadUserDataSequence ( const ::com::sun::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >&, bool bBrowse = false );
private:
sal_uInt16 mnRefCount;