summaryrefslogtreecommitdiff
path: root/include/svtools/statusbarcontroller.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-24 11:45:27 +0200
committerNoel Grandin <noel@peralex.com>2014-03-25 14:32:55 +0200
commit2d3a1d2a462c556f58bcae4371376cc8e4b16af3 (patch)
tree59129af882eb76c934e990b55fec5d779fe1b5ca /include/svtools/statusbarcontroller.hxx
parentbdd2df77234e1df3d9795f45239d2f442e90670c (diff)
svtools: sal_Bool->bool
Change-Id: I6c57a52b4fc3ecb993af4526fefcca352ad269b5
Diffstat (limited to 'include/svtools/statusbarcontroller.hxx')
-rw-r--r--include/svtools/statusbarcontroller.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/statusbarcontroller.hxx b/include/svtools/statusbarcontroller.hxx
index a6ed6146d5a4..ccb0aaa57774 100644
--- a/include/svtools/statusbarcontroller.hxx
+++ b/include/svtools/statusbarcontroller.hxx
@@ -117,7 +117,7 @@ class SVT_DLLPUBLIC StatusbarController :
void execute( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aArgs );
void execute( const OUString& aCommand, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aArgs );
- sal_Bool m_bInitialized : 1,
+ bool m_bInitialized : 1,
m_bDisposed : 1;
unsigned short m_nID;
::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > m_xFrame;