summaryrefslogtreecommitdiff
path: root/forms/source/component/Pattern.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/Pattern.hxx')
-rw-r--r--forms/source/component/Pattern.hxx14
1 files changed, 9 insertions, 5 deletions
diff --git a/forms/source/component/Pattern.hxx b/forms/source/component/Pattern.hxx
index 80ce81639255..d0923c13cf58 100644
--- a/forms/source/component/Pattern.hxx
+++ b/forms/source/component/Pattern.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_FORMS_SOURCE_COMPONENT_PATTERN_HXX
-#define INCLUDED_FORMS_SOURCE_COMPONENT_PATTERN_HXX
+#pragma once
#include "EditBase.hxx"
@@ -39,7 +38,14 @@ private:
m_pFormattedValue;
public:
- DECLARE_DEFAULT_LEAF_XTOR( OPatternModel );
+ OPatternModel(
+ const css::uno::Reference< css::uno::XComponentContext>& _rxFactory
+ );
+ OPatternModel(
+ const OPatternModel* _pOriginal,
+ const css::uno::Reference< css::uno::XComponentContext>& _rxFactory
+ );
+ virtual ~OPatternModel() override;
// css::lang::XServiceInfo
OUString SAL_CALL getImplementationName() override
@@ -85,6 +91,4 @@ public:
} // namespace frm
-#endif // INCLUDED_FORMS_SOURCE_COMPONENT_PATTERN_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */