summaryrefslogtreecommitdiff
path: root/svtools/source/graphic/graphicunofactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/graphic/graphicunofactory.cxx')
-rw-r--r--svtools/source/graphic/graphicunofactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/graphic/graphicunofactory.cxx b/svtools/source/graphic/graphicunofactory.cxx
index 8240b5574e6e..478ae4974034 100644
--- a/svtools/source/graphic/graphicunofactory.cxx
+++ b/svtools/source/graphic/graphicunofactory.cxx
@@ -63,7 +63,7 @@ public:
{
uno::Sequence< OUString > aRet(1);
OUString* pArray = aRet.getArray();
- pArray[0] = OUString("com.sun.star.graphic.GraphicObject");
+ pArray[0] = "com.sun.star.graphic.GraphicObject";
return aRet;
}
};