summaryrefslogtreecommitdiff
path: root/scripting/source/provider/BrowseNodeFactoryImpl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/source/provider/BrowseNodeFactoryImpl.cxx')
-rw-r--r--scripting/source/provider/BrowseNodeFactoryImpl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripting/source/provider/BrowseNodeFactoryImpl.cxx b/scripting/source/provider/BrowseNodeFactoryImpl.cxx
index c7a7829d900f..3e3bf6b57e20 100644
--- a/scripting/source/provider/BrowseNodeFactoryImpl.cxx
+++ b/scripting/source/provider/BrowseNodeFactoryImpl.cxx
@@ -544,7 +544,7 @@ public:
virtual OUString SAL_CALL getName() override
{
- return OUString("Root");
+ return "Root";
}
virtual Sequence< Reference< browse::XBrowseNode > > SAL_CALL
@@ -632,8 +632,8 @@ bnf_getSupportedServiceNames( )
OUString
bnf_getImplementationName( )
{
- return OUString(
- "com.sun.star.script.browse.BrowseNodeFactory" );
+ return
+ "com.sun.star.script.browse.BrowseNodeFactory";
}
Reference< XInterface >