summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/numbers.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/numbers.cxx')
-rw-r--r--comphelper/source/misc/numbers.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/numbers.cxx b/comphelper/source/misc/numbers.cxx
index 8bd744f77946..569d492d1049 100644
--- a/comphelper/source/misc/numbers.cxx
+++ b/comphelper/source/misc/numbers.cxx
@@ -42,7 +42,7 @@ sal_Int16 getNumberFormatType(const staruno::Reference<starutil::XNumberFormats>
{
staruno::Reference<starbeans::XPropertySet> xFormat(xFormats->getByKey(nKey));
if (xFormat.is())
- xFormat->getPropertyValue(OUString( "Type" )) >>= nReturn;
+ xFormat->getPropertyValue("Type") >>= nReturn;
}
catch(...)
{