summaryrefslogtreecommitdiff
path: root/include/vcl/prgsbar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/prgsbar.hxx')
-rw-r--r--include/vcl/prgsbar.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/prgsbar.hxx b/include/vcl/prgsbar.hxx
index 03b1790e2048..f1c189930a66 100644
--- a/include/vcl/prgsbar.hxx
+++ b/include/vcl/prgsbar.hxx
@@ -63,11 +63,11 @@ private:
long mnPrgsHeight;
sal_uInt16 mnPercent;
sal_uInt16 mnPercentCount;
- sal_Bool mbCalcNew;
+ bool mbCalcNew;
using Window::ImplInit;
SAL_DLLPRIVATE void ImplInit();
- SAL_DLLPRIVATE void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground );
+ SAL_DLLPRIVATE void ImplInitSettings( bool bFont, bool bForeground, bool bBackground );
SAL_DLLPRIVATE void ImplDrawProgress( sal_uInt16 nOldPerc, sal_uInt16 nNewPerc );
public: