summaryrefslogtreecommitdiff
path: root/include/svtools/statusbarcontroller.hxx
diff options
context:
space:
mode:
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;