diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-31 09:05:32 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-31 12:39:02 +0200 |
commit | 0e8ab0fa298ad5c801aa94fb3e3fd2daa93d634c (patch) | |
tree | b5cc18a766a3377df1210adb8bbb7db7aff4ef8c /xmloff/source/draw | |
parent | 6ac6fb820f9e12649507cb5233c3b1727d67f2fd (diff) |
xmloff: sal_Bool->bool
Change-Id: Ib4a73215187923dccd72fc7793ffd4bcbef24ab9
Diffstat (limited to 'xmloff/source/draw')
-rw-r--r-- | xmloff/source/draw/ximpshap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx index a41a10c07d9f..df6b191954f3 100644 --- a/xmloff/source/draw/ximpshap.cxx +++ b/xmloff/source/draw/ximpshap.cxx @@ -783,7 +783,7 @@ void SdXMLShapeContext::SetThumbnail() // load the thumbnail graphic and export it to a wmf stream so we can set // it at the api - const OUString aInternalURL( GetImport().ResolveGraphicObjectURL( maThumbnailURL, sal_False ) ); + const OUString aInternalURL( GetImport().ResolveGraphicObjectURL( maThumbnailURL, false ) ); xPropSet->setPropertyValue( sProperty, uno::makeAny( aInternalURL ) ); } } |