summaryrefslogtreecommitdiff
path: root/basic/source/runtime/methods.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/runtime/methods.cxx')
-rw-r--r--basic/source/runtime/methods.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx
index 6c396ae507db..0a44213f0625 100644
--- a/basic/source/runtime/methods.cxx
+++ b/basic/source/runtime/methods.cxx
@@ -3884,7 +3884,7 @@ OUString getObjectTypeName( SbxVariable* pVar )
{
try
{
- xInv->getValue( OUString( "$GetTypeName" ) ) >>= sRet;
+ xInv->getValue( "$GetTypeName" ) >>= sRet;
}
catch(const Exception& )
{