summaryrefslogtreecommitdiff
path: root/svtools/source
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source')
-rw-r--r--svtools/source/graphic/grfmgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/graphic/grfmgr.cxx b/svtools/source/graphic/grfmgr.cxx
index b83c74a51496..05c34a311f83 100644
--- a/svtools/source/graphic/grfmgr.cxx
+++ b/svtools/source/graphic/grfmgr.cxx
@@ -1254,7 +1254,7 @@ GraphicObject GraphicObject::CreateGraphicObjectFromURL( const OUString &rURL )
void
GraphicObject::InspectForGraphicObjectImageURL( const Reference< XInterface >& xIf, std::vector< OUString >& rvEmbedImgUrls )
{
- static OUString sImageURL( "ImageURL" );
+ static const char sImageURL[] = "ImageURL";
Reference< XPropertySet > xProps( xIf, UNO_QUERY );
if ( xProps.is() )
{