summaryrefslogtreecommitdiff
path: root/forms/source/component/refvaluecomponent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/refvaluecomponent.hxx')
-rw-r--r--forms/source/component/refvaluecomponent.hxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/forms/source/component/refvaluecomponent.hxx b/forms/source/component/refvaluecomponent.hxx
index 958837ffcc18..79f343888c1c 100644
--- a/forms/source/component/refvaluecomponent.hxx
+++ b/forms/source/component/refvaluecomponent.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_FORMS_SOURCE_COMPONENT_REFVALUECOMPONENT_HXX
-#define INCLUDED_FORMS_SOURCE_COMPONENT_REFVALUECOMPONENT_HXX
+#pragma once
#include <FormComponent.hxx>
#include <togglestate.hxx>
@@ -53,7 +52,11 @@ namespace frm
const OUString& _rUnoControlModelTypeName,
const OUString& _rDefault
);
- DECLARE_DEFAULT_CLONE_CTOR( OReferenceValueComponent )
+ OReferenceValueComponent(
+ const OReferenceValueComponent* _pOriginal,
+ const css::uno::Reference< css::uno::XComponentContext>& _rxFactory
+ );
+
virtual ~OReferenceValueComponent() override;
// OPropertySet and friends
@@ -81,6 +84,4 @@ namespace frm
} // namespace frm
-#endif // INCLUDED_FORMS_SOURCE_COMPONENT_REFVALUECOMPONENT_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */