summaryrefslogtreecommitdiff
path: root/svtools/source/control/prgsbar.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/control/prgsbar.cxx')
-rw-r--r--svtools/source/control/prgsbar.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svtools/source/control/prgsbar.cxx b/svtools/source/control/prgsbar.cxx
index 500a3a5c4227..77c3b2148bb8 100644
--- a/svtools/source/control/prgsbar.cxx
+++ b/svtools/source/control/prgsbar.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -37,15 +37,15 @@
// =======================================================================
-#define PROGRESSBAR_OFFSET 3
-#define PROGRESSBAR_WIN_OFFSET 2
+#define PROGRESSBAR_OFFSET 3
+#define PROGRESSBAR_WIN_OFFSET 2
// =======================================================================
void ProgressBar::ImplInit()
{
- mnPercent = 0;
- mbCalcNew = TRUE;
+ mnPercent = 0;
+ mbCalcNew = TRUE;
ImplInitSettings( TRUE, TRUE, TRUE );
}