summaryrefslogtreecommitdiff
path: root/svgio
diff options
context:
space:
mode:
Diffstat (limited to 'svgio')
-rw-r--r--svgio/source/svgreader/svgtoken.cxx4
-rw-r--r--svgio/source/svguno/xsvgparser.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/svgio/source/svgreader/svgtoken.cxx b/svgio/source/svgreader/svgtoken.cxx
index 6215cc0c6db5..9e286c128d09 100644
--- a/svgio/source/svgreader/svgtoken.cxx
+++ b/svgio/source/svgreader/svgtoken.cxx
@@ -355,12 +355,12 @@ namespace svgio
const OUString getStrTitle()
{
- return OUString(aSVGStrTitle);
+ return aSVGStrTitle;
}
const OUString getStrDesc()
{
- return OUString(aSVGStrDesc);
+ return aSVGStrDesc;
}
} // end of namespace svgreader
} // end of namespace svgio
diff --git a/svgio/source/svguno/xsvgparser.cxx b/svgio/source/svguno/xsvgparser.cxx
index 57c1c81ed28f..f7fbcc59cf0b 100644
--- a/svgio/source/svguno/xsvgparser.cxx
+++ b/svgio/source/svguno/xsvgparser.cxx
@@ -86,7 +86,7 @@ namespace svgio
OUString XSvgParser_getImplementationName()
{
- return OUString( "svgio::svgreader::XSvgParser" );
+ return "svgio::svgreader::XSvgParser";
}
uno::Reference< uno::XInterface > XSvgParser_createInstance(const uno::Reference< uno::XComponentContext >& context)