summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-11 12:00:14 +0200
committerNoel Grandin <noel@peralex.com>2014-03-14 07:50:31 +0200
commitfae4102573d184696a1fe1394258ec9ad3a895dc (patch)
treeacb48c8543b3b80b872efd9aa7027c9589c4eb35 /sd
parent86ffac74e3e0a725abe6b0f79946b3381828bc8e (diff)
svx: sal_Bool->bool
Change-Id: I8eac9bfecbf8ecc4aa5dd2b098bb57aab3dd424e
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/view/drviews2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/drviews2.cxx b/sd/source/ui/view/drviews2.cxx
index 1477e494036c..e985b2ac4703 100644
--- a/sd/source/ui/view/drviews2.cxx
+++ b/sd/source/ui/view/drviews2.cxx
@@ -673,7 +673,7 @@ void DrawViewShell::FuTemporary(SfxRequest& rReq)
else
{
WaitObject aWait( (Window*)GetActiveWindow() );
- mpDrawView->ConvertMarkedToPolyObj(sal_False);
+ mpDrawView->ConvertMarkedToPolyObj(false);
}
}