diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-11 12:00:14 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-14 07:50:31 +0200 |
commit | fae4102573d184696a1fe1394258ec9ad3a895dc (patch) | |
tree | acb48c8543b3b80b872efd9aa7027c9589c4eb35 /sd | |
parent | 86ffac74e3e0a725abe6b0f79946b3381828bc8e (diff) |
svx: sal_Bool->bool
Change-Id: I8eac9bfecbf8ecc4aa5dd2b098bb57aab3dd424e
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/view/drviews2.cxx | 2 |
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); } } |