summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-17 14:23:36 +0200
committerNoel Grandin <noel@peralex.com>2014-03-18 11:27:38 +0200
commitfb77ab1dc237faec245633f99d727350d9ae295f (patch)
treea59d223b3175ab5d594c7ddb13a4acca3569c242 /sw
parentac01de882d368c4d8044361f874edd4b53e33f2b (diff)
sfx2: sal_Bool->bool
Change-Id: Ib2a02c7e05e48657b9745bcccc8f8f626daaef2d
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 );