summaryrefslogtreecommitdiff
path: root/sc/source/filter/html/htmlexp2.cxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-05-03 10:27:28 +0200
committerMiklos Vajna <vmiklos@suse.cz>2013-05-03 10:38:19 +0200
commit2e2e1fecd5768829d6c0a2133206d2d740b941af (patch)
treedd04894d1108b4bc53779f22b689c474717a87e1 /sc/source/filter/html/htmlexp2.cxx
parent30b248dfe5bfb8a0649e36f22c943b3feb2f1385 (diff)
no longer needed CREATE_STRING macro
Change-Id: Idd37b3787bf8e4b547b7e861cebe0fcadbd25bbe
Diffstat (limited to 'sc/source/filter/html/htmlexp2.cxx')
-rw-r--r--sc/source/filter/html/htmlexp2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/html/htmlexp2.cxx b/sc/source/filter/html/htmlexp2.cxx
index 67f7642a1f81..a2a5e704a262 100644
--- a/sc/source/filter/html/htmlexp2.cxx
+++ b/sc/source/filter/html/htmlexp2.cxx
@@ -193,7 +193,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( "PNG" ), nXOutFlags );
+ String( "PNG" ), nXOutFlags );
// If it worked, create a URL for the IMG tag
if( !nErr )