summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formcontroller.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/formcontroller.hxx')
-rw-r--r--extensions/source/propctrlr/formcontroller.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/extensions/source/propctrlr/formcontroller.hxx b/extensions/source/propctrlr/formcontroller.hxx
index ddf689df8eef..f3415057fc80 100644
--- a/extensions/source/propctrlr/formcontroller.hxx
+++ b/extensions/source/propctrlr/formcontroller.hxx
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_FORMCONTROLLER_HXX
-#define INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_FORMCONTROLLER_HXX
+#pragma once
#include "propcontroller.hxx"
@@ -53,7 +52,7 @@ namespace pcr
public:
FormController(
const css::uno::Reference< css::uno::XComponentContext >& _rxContext,
- const OUString& sImplementName,
+ OUString sImplementName,
const css::uno::Sequence<OUString>& aSupportedServiceNames,
bool _bUseFormFormComponentHandlers
);
@@ -101,6 +100,4 @@ namespace pcr
} // namespace pcr
-#endif // INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_FORMCONTROLLER_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */