summaryrefslogtreecommitdiff
path: root/forms/source/misc/services.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/misc/services.cxx')
-rw-r--r--forms/source/misc/services.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/misc/services.cxx b/forms/source/misc/services.cxx
index 4b7416c5e32a..2228bc06d164 100644
--- a/forms/source/misc/services.cxx
+++ b/forms/source/misc/services.cxx
@@ -99,7 +99,7 @@ static Sequence<sal_Int64> s_aFactories;
void registerClassInfo(
- OUString _rClassImplName, // the ImplName of the class
+ const OUString& _rClassImplName, // the ImplName of the class
const Sequence< OUString >& _rServiceNames, // the services supported by this class
::cppu::ComponentInstantiation _pCreateFunction // the method for instantiating such a class
)