summaryrefslogtreecommitdiff
path: root/sfx2/source/view/viewfrm2.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-20 17:19:30 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-20 17:27:24 +0200
commita8884ad99c491624d776a4a21f06e6453f71b25a (patch)
tree5f747acfdb24ac2faf6c0d1171ab925303bd1cfb /sfx2/source/view/viewfrm2.cxx
parent259ece83e9b114ccc8403bbde97e5b11d4319865 (diff)
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: I3cb9226ef6bebb5062abfae312dce95f0ef74385
Diffstat (limited to 'sfx2/source/view/viewfrm2.cxx')
-rw-r--r--sfx2/source/view/viewfrm2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/viewfrm2.cxx b/sfx2/source/view/viewfrm2.cxx
index 3038b3bad1bc..81ada85c2420 100644
--- a/sfx2/source/view/viewfrm2.cxx
+++ b/sfx2/source/view/viewfrm2.cxx
@@ -255,7 +255,7 @@ void SfxViewFrame::Exec_Impl(SfxRequest &rReq )
bClosed = false;
try
{
- xTask->close(sal_True);
+ xTask->close(true);
bClosed = true;
}
catch (css::lang::DisposedException &) {