diff options
Diffstat (limited to 'include/xmloff/ProgressBarHelper.hxx')
-rw-r--r-- | include/xmloff/ProgressBarHelper.hxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/include/xmloff/ProgressBarHelper.hxx b/include/xmloff/ProgressBarHelper.hxx index 6de978c8cb56..7eeed4ebc7c1 100644 --- a/include/xmloff/ProgressBarHelper.hxx +++ b/include/xmloff/ProgressBarHelper.hxx @@ -32,19 +32,19 @@ class XMLOFF_DLLPUBLIC ProgressBarHelper { - ::com::sun::star::uno::Reference < ::com::sun::star::task::XStatusIndicator > xStatusIndicator; - sal_Int32 nRange; - sal_Int32 nReference; - sal_Int32 nValue; - bool bStrict; + css::uno::Reference < css::task::XStatusIndicator > xStatusIndicator; + sal_Int32 nRange; + sal_Int32 nReference; + sal_Int32 nValue; + bool bStrict; // #96469#; if the value goes over the Range the progressbar starts again - bool bRepeat; + bool bRepeat; #ifdef DBG_UTIL - bool bFailure; + bool bFailure; #endif public: - ProgressBarHelper(const ::com::sun::star::uno::Reference < ::com::sun::star::task::XStatusIndicator>& xStatusIndicator, + ProgressBarHelper(const css::uno::Reference < css::task::XStatusIndicator>& xStatusIndicator, const bool bStrict); ~ProgressBarHelper(); |