diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-02-01 15:19:13 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2018-02-01 17:10:07 +0100 |
commit | 0a01eacb14b3ccf8a874efcf805af0ffd63da44d (patch) | |
tree | 119bdf8dbb0257c90fdbe5299c40e55df82fcd8b /svx | |
parent | 2525d7cdea8905aa2120ce7b8ed6b8c793045d70 (diff) |
Fix typos
Change-Id: Id9d4f277ec684f4baaa9f16000da1b208d745e03
Reviewed-on: https://gerrit.libreoffice.org/49099
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'svx')
-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 |