summaryrefslogtreecommitdiff
path: root/basic/source/runtime/stdobj.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/runtime/stdobj.cxx')
-rw-r--r--basic/source/runtime/stdobj.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/runtime/stdobj.cxx b/basic/source/runtime/stdobj.cxx
index 23d1766ccc91..52c8653a3e6b 100644
--- a/basic/source/runtime/stdobj.cxx
+++ b/basic/source/runtime/stdobj.cxx
@@ -722,8 +722,8 @@ SbiStdObject::SbiStdObject( const OUString& r, StarBASIC* pb ) : SbxObject( r )
}
// #i92642: Remove default properties
- Remove( OUString("Name"), SbxCLASS_DONTCARE );
- Remove( OUString("Parent"), SbxCLASS_DONTCARE );
+ Remove( "Name", SbxCLASS_DONTCARE );
+ Remove( "Parent", SbxCLASS_DONTCARE );
SetParent( pb );