summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/view/drviews7.cxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-10-05 07:57:51 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-07 19:06:03 -0500
commit118323a96c21135d553bf7fc1ccc5337868e835d (patch)
tree882c2f78093e38a50b553c195a268b1d63d3af1f /sd/source/ui/view/drviews7.cxx
parentRemoving comments from sd/source/ui/func/bulmaper.cxx (diff)
downloadcore-118323a96c21135d553bf7fc1ccc5337868e835d.tar.gz
core-118323a96c21135d553bf7fc1ccc5337868e835d.zip
FASTBOOL to bool conversion
Diffstat (limited to 'sd/source/ui/view/drviews7.cxx')
-rw-r--r--sd/source/ui/view/drviews7.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/drviews7.cxx b/sd/source/ui/view/drviews7.cxx
index 81e2d65aa2b8..01ca2346a941 100644
--- a/sd/source/ui/view/drviews7.cxx
+++ b/sd/source/ui/view/drviews7.cxx
@@ -236,7 +236,7 @@ void DrawViewShell::GetMenuState( SfxItemSet &rSet )
rSet.DisableItem( SID_DRAW_TEXT_VERTICAL );
}
- FASTBOOL bConvertToPathPossible = mpDrawView->IsConvertToPathObjPossible(FALSE);
+ bool bConvertToPathPossible = mpDrawView->IsConvertToPathObjPossible(FALSE);
const SdrMarkList& rMarkList = mpDrawView->GetMarkedObjectList();
const ULONG nMarkCount = rMarkList.GetMarkCount();