diff options
Diffstat (limited to 'svx/source/xml/xmlgrhlp.cxx')
-rw-r--r-- | svx/source/xml/xmlgrhlp.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/xml/xmlgrhlp.cxx b/svx/source/xml/xmlgrhlp.cxx index 514732ac76c8..296bd3f9a57e 100644 --- a/svx/source/xml/xmlgrhlp.cxx +++ b/svx/source/xml/xmlgrhlp.cxx @@ -655,7 +655,7 @@ bool SvXMLGraphicHelper::ImplWriteGraphic( const OUString& rPictureStorageName, xProps->setPropertyValue( "MediaType", Any(aMimeType) ); } - // picture formats that actuall _do_ benefit from zip + // picture formats that actually _do_ benefit from zip // storage compression // .svm pics gets compressed via ZBITMAP old-style stream // option below @@ -1116,7 +1116,7 @@ OUString SAL_CALL SvXMLGraphicHelper::saveGraphic(css::uno::Reference<css::graph xProps->setPropertyValue("MediaType", uno::Any(aMimeType)); } - // picture formats that actuall _do_ benefit from zip + // picture formats that actually _do_ benefit from zip // storage compression // .svm pics gets compressed via ZBITMAP old-style stream // option below |