summaryrefslogtreecommitdiff
path: root/starmath/source/smdetect.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/smdetect.cxx')
-rw-r--r--starmath/source/smdetect.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/source/smdetect.cxx b/starmath/source/smdetect.cxx
index 0db1564f2a06..aa6280156619 100644
--- a/starmath/source/smdetect.cxx
+++ b/starmath/source/smdetect.cxx
@@ -80,7 +80,7 @@ OUString SAL_CALL SmFilterDetect::detect( Sequence< PropertyValue >& lDescriptor
{
sal_uInt8 nVersion;
if ( GetMathTypeVersion( aStorage.get(), nVersion ) && nVersion <=3 )
- return OUString("math_MathType_3x");
+ return "math_MathType_3x";
}
}
}
@@ -114,7 +114,7 @@ OUString SAL_CALL SmFilterDetect::detect( Sequence< PropertyValue >& lDescriptor
0 == strncmp( "<math:math> ", aBuffer, 12));
if ( bIsMathType )
- return OUString("math_MathML_XML_Math");
+ return "math_MathML_XML_Math";
}
}
@@ -124,7 +124,7 @@ OUString SAL_CALL SmFilterDetect::detect( Sequence< PropertyValue >& lDescriptor
/* XServiceInfo */
OUString SAL_CALL SmFilterDetect::getImplementationName()
{
- return OUString("com.sun.star.comp.math.FormatDetector");
+ return "com.sun.star.comp.math.FormatDetector";
}
/* XServiceInfo */