summaryrefslogtreecommitdiffstats
path: root/framework/inc/uielement/progressbarwrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/uielement/progressbarwrapper.hxx')
-rw-r--r--framework/inc/uielement/progressbarwrapper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/uielement/progressbarwrapper.hxx b/framework/inc/uielement/progressbarwrapper.hxx
index ac690ee250e1..648754892884 100644
--- a/framework/inc/uielement/progressbarwrapper.hxx
+++ b/framework/inc/uielement/progressbarwrapper.hxx
@@ -43,7 +43,7 @@ class ProgressBarWrapper : public UIElementWrapperBase
virtual ~ProgressBarWrapper();
// public interfaces
- void setStatusBar( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow >& rStatusBar, sal_Bool bOwnsInstance = sal_False );
+ void setStatusBar( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow >& rStatusBar, bool bOwnsInstance = false );
::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > getStatusBar() const;
// wrapped methods of ::com::sun::star::task::XStatusIndicator
@@ -72,7 +72,7 @@ class ProgressBarWrapper : public UIElementWrapperBase
private:
::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > m_xStatusBar; // Reference to our status bar XWindow
::com::sun::star::uno::WeakReference< ::com::sun::star::uno::XInterface > m_xProgressBarIfacWrapper;
- sal_Bool m_bOwnsInstance; // Indicator that we are owner of the XWindow
+ bool m_bOwnsInstance; // Indicator that we are owner of the XWindow
sal_Int32 m_nRange;
sal_Int32 m_nValue;
OUString m_aText;