summaryrefslogtreecommitdiff
path: root/forms/source/component/EditBase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/EditBase.hxx')
-rw-r--r--forms/source/component/EditBase.hxx10
1 files changed, 9 insertions, 1 deletions
diff --git a/forms/source/component/EditBase.hxx b/forms/source/component/EditBase.hxx
index 8d8325c37d8e..0658490ed7e4 100644
--- a/forms/source/component/EditBase.hxx
+++ b/forms/source/component/EditBase.hxx
@@ -58,7 +58,15 @@ protected:
sal_Int16 getLastReadVersion() const { return m_nLastReadVersion; }
public:
- DECLARE_DEFAULT_BOUND_XTOR( OEditBaseModel );
+ OEditBaseModel(
+ const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext>& _rxFactory,
+ const OUString& _rUnoControlModelTypeName,
+ const OUString& _rDefault,
+ const bool _bSupportExternalBinding,
+ const bool _bSupportsValidation
+ );
+ DECLARE_DEFAULT_CLONE_CTOR( OEditBaseModel )
+ virtual ~OEditBaseModel();
// XPersistObject
virtual void SAL_CALL write(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectOutputStream>& _rxOutStream) throw ( ::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;