summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-03-25 10:51:15 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-03-25 10:54:06 +0900
commit1e50f7892705c64db0ffec06b651cd280e9a7f8f (patch)
tree252c74d3619fb966e52fdcaf6a72cbb8595710e8 /sd
parentdeleting NULL is safe (diff)
downloadcore-1e50f7892705c64db0ffec06b651cd280e9a7f8f.tar.gz
core-1e50f7892705c64db0ffec06b651cd280e9a7f8f.zip
sal_Bool to bool
Change-Id: Ibc63340b3ae431c7cdac78893dbdd1989ebe5ff9
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/view/drviews6.cxx2
-rw-r--r--sd/source/ui/view/drviewsc.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/view/drviews6.cxx b/sd/source/ui/view/drviews6.cxx
index 573190b01f2b..8a136d707afa 100644
--- a/sd/source/ui/view/drviews6.cxx
+++ b/sd/source/ui/view/drviews6.cxx
@@ -583,7 +583,7 @@ void DrawViewShell::FuTemp04(SfxRequest& rReq)
mpDrawView->SdrEndTextEdit();
if(GetActiveWindow())
GetActiveWindow()->EnterWait();
- mpDrawView->End3DCreation(sal_True);
+ mpDrawView->End3DCreation(true);
Cancel();
rReq.Ignore();
if(GetActiveWindow())
diff --git a/sd/source/ui/view/drviewsc.cxx b/sd/source/ui/view/drviewsc.cxx
index 6694393fa7fa..bcdd2b9847ae 100644
--- a/sd/source/ui/view/drviewsc.cxx
+++ b/sd/source/ui/view/drviewsc.cxx
@@ -406,7 +406,7 @@ void DrawViewShell::FuTemp03(SfxRequest& rReq)
}
WaitObject aWait( (Window*)GetActiveWindow() );
- mpDrawView->ConvertMarkedObjTo3D(sal_True);
+ mpDrawView->ConvertMarkedObjTo3D(true);
}
}