diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2014-01-16 07:33:02 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2014-01-16 09:42:51 +0900 |
commit | fdc383dcd3cb3ca954fe2f2b120433d8c6290d8c (patch) | |
tree | 8ea743110139392c31de462edf5f23a06036b009 /sw/source/ui/app/docsh2.cxx | |
parent | a689b673b723a72a37bcb9f5ef5db5102b85bb41 (diff) |
sal_Bool to bool
Change-Id: Ia4336c928f67f2bb4f0cb2e2409dda7940c7e70e
Diffstat (limited to 'sw/source/ui/app/docsh2.cxx')
-rw-r--r-- | sw/source/ui/app/docsh2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/app/docsh2.cxx b/sw/source/ui/app/docsh2.cxx index 334d7e821f40..8b83dda57f69 100644 --- a/sw/source/ui/app/docsh2.cxx +++ b/sw/source/ui/app/docsh2.cxx @@ -1034,7 +1034,7 @@ void SwDocShell::Execute(SfxRequest& rReq) { if( PrepareClose( sal_False ) ) { - SwWait aWait( *this, sal_True ); + SwWait aWait( *this, true ); if ( bCreateByOutlineLevel ) { |