summaryrefslogtreecommitdiff
path: root/stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-31 17:49:01 +0200
committerNoel Grandin <noel@peralex.com>2013-11-08 14:50:59 +0200
commitcd30747b74683dc5766073a4a9b3a4c0e5db3723 (patch)
treea1833a51a2f501693100bb449e5a4b28f564379e /stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx
parentc3e55a1f3b88fd53d13f563a4116d588643c34d7 (diff)
remove unnecessary use of OUString constructor in STOC module
Change-Id: I980223cedb6d0054ef71cbd81691f70a24f506ad
Diffstat (limited to 'stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx')
-rw-r--r--stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx b/stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx
index 88d5883570f8..16aa0780cd56 100644
--- a/stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx
+++ b/stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx
@@ -144,7 +144,7 @@ OUString getImplementationName() {
css::uno::Sequence< OUString > getSupportedServiceNames() {
css::uno::Sequence< OUString > s(1);
- s[0] = OUString("com.sun.star.uri.VndSunStarPkgUrlReferenceFactory");
+ s[0] = "com.sun.star.uri.VndSunStarPkgUrlReferenceFactory";
return s;
}