diff options
author | Josh Heidenreich <josh.sickmate@gmail.com> | 2012-02-22 15:05:17 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-02-22 15:15:29 +0100 |
commit | 131cfef07ba1e941686bf71c4583b06e54e87434 (patch) | |
tree | 1968fb4d1b04a66d50e6976941bd1e3a60b6e9c1 | |
parent | 98c5fe7cb94b249363fc99134def17a735e02c6e (diff) |
resolved fdo#45239 EasyHack: use PNG instead of JPG in Calc to HTML export
-rw-r--r-- | sc/source/filter/html/htmlexp2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/html/htmlexp2.cxx b/sc/source/filter/html/htmlexp2.cxx index aab0c5a65fa2..4834b4a24016 100644 --- a/sc/source/filter/html/htmlexp2.cxx +++ b/sc/source/filter/html/htmlexp2.cxx @@ -207,7 +207,7 @@ void ScHTMLExport::WriteImage( String& rLinkName, const Graphic& rGrf, String aGrfNm( aStreamPath ); nXOutFlags |= XOUTBMP_USE_NATIVE_IF_POSSIBLE; sal_uInt16 nErr = XOutBitmap::WriteGraphic( rGrf, aGrfNm, - CREATE_STRING( "JPG" ), nXOutFlags ); + CREATE_STRING( "PNG" ), nXOutFlags ); if( !nErr ) // sonst fehlerhaft, da ist nichts auszugeben { rLinkName = URIHelper::SmartRel2Abs( |