From 50a4018d0d95652b73175f37740c9c7dd13ca4e0 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Fri, 7 Jun 2013 02:26:01 +0900 Subject: sal_Bool to bool Change-Id: I58efb9d026203c77d3806552bd4280a4d16d5111 --- svx/source/unodraw/unoshap4.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx/source/unodraw/unoshap4.cxx') diff --git a/svx/source/unodraw/unoshap4.cxx b/svx/source/unodraw/unoshap4.cxx index 59b8b59ac43b..768896d9da36 100644 --- a/svx/source/unodraw/unoshap4.cxx +++ b/svx/source/unodraw/unoshap4.cxx @@ -239,7 +239,7 @@ bool SvxOle2Shape::getPropertyValueImpl( const OUString& rName, const SfxItemPro // #i119735# just use GetGDIMetaFile, it will create a bufferd version of contained bitmap now automatically GDIMetaFile aMtf(pObj->GetGraphic()->GetGDIMetaFile()); SvMemoryStream aDestStrm( 65535, 65535 ); - ConvertGDIMetaFileToWMF( aMtf, aDestStrm, NULL, sal_False ); + ConvertGDIMetaFileToWMF( aMtf, aDestStrm, NULL, false ); const uno::Sequence aSeq( static_cast< const sal_Int8* >(aDestStrm.GetData()), aDestStrm.GetEndOfData()); -- cgit