summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/uibase/app/mainwn.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/uibase/app/mainwn.cxx b/sw/source/core/uibase/app/mainwn.cxx
index 98b2e4b623b7..d7553a064e80 100644
--- a/sw/source/core/uibase/app/mainwn.cxx
+++ b/sw/source/core/uibase/app/mainwn.cxx
@@ -68,8 +68,8 @@ void StartProgress( sal_uInt16 nMessResId, long nStartValue, long nEndValue,
pProgress->pProgress = new SfxProgress( pDocShell,
SW_RESSTR(nMessResId),
nEndValue - nStartValue,
- sal_False,
- sal_True );
+ false,
+ true );
pProgress->nStartCount = 1;
pProgress->pDocShell = pDocShell;
pProgressContainer->insert( pProgressContainer->begin(), pProgress );