summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-10-29 13:34:45 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-10-29 17:32:52 +0100
commit5b5f2b3edce117501820242130c092370a3edb3d (patch)
treecee61de0af927ab0a532f15147eddfc0cb29aada /framework
parentfecbe0ec96c1a172d381cc65020c0629a2e8e457 (diff)
Improve previous commit slightly
Change-Id: If39ae761165bc4debd3c7d994be0446149f2c4ac
Diffstat (limited to 'framework')
-rw-r--r--framework/source/services/mediatypedetectionhelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/mediatypedetectionhelper.cxx b/framework/source/services/mediatypedetectionhelper.cxx
index 30606e98f77e..4ab19425950a 100644
--- a/framework/source/services/mediatypedetectionhelper.cxx
+++ b/framework/source/services/mediatypedetectionhelper.cxx
@@ -55,7 +55,7 @@ MediaTypeDetectionHelper::~MediaTypeDetectionHelper()
DEFINE_XSERVICEINFO_ONEINSTANCESERVICE ( MediaTypeDetectionHelper
, ::cppu::OWeakObject
- , DECLARE_ASCII("com.sun.star.frame.MediaTypeDetectionHelper")
+ , "com.sun.star.frame.MediaTypeDetectionHelper"
, IMPLEMENTATIONNAME_MEDIATYPEDETECTIONHELPER
)