summaryrefslogtreecommitdiff
path: root/sw/source/ui/uiview
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-10-25 17:01:26 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-10-25 17:01:50 +0900
commit9e44e1a819cb919015a8e268029b7e979300ed5c (patch)
treeffdf4140de492f3469c6e37838a7e7e39fafa906 /sw/source/ui/uiview
parent923e85b89549a3c09fe625c4f2faee5287974f72 (diff)
sal_Bool to bool
Change-Id: I8b76ba6d6a27cebefca3307a648bd5baafd27262
Diffstat (limited to 'sw/source/ui/uiview')
-rw-r--r--sw/source/ui/uiview/view2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/uiview/view2.cxx b/sw/source/ui/uiview/view2.cxx
index 8f47d9bcae8a..c0c4a42afc05 100644
--- a/sw/source/ui/uiview/view2.cxx
+++ b/sw/source/ui/uiview/view2.cxx
@@ -428,7 +428,7 @@ sal_Bool SwView::InsertGraphicDlg( SfxRequest& rReq )
if(!pFmt)
pFmt = pDoc->MakeFrmFmt(sGraphicFormat,
pDocShell->GetDoc()->GetDfltFrmFmt(),
- sal_True, sal_False);
+ true, false);
rSh.SetFrmFmt( pFmt );
}