summaryrefslogtreecommitdiff
path: root/forms/source/component/Time.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/Time.hxx')
-rw-r--r--forms/source/component/Time.hxx9
1 files changed, 8 insertions, 1 deletions
diff --git a/forms/source/component/Time.hxx b/forms/source/component/Time.hxx
index d1187d39f318..3a6793fa5c81 100644
--- a/forms/source/component/Time.hxx
+++ b/forms/source/component/Time.hxx
@@ -38,7 +38,14 @@ protected:
virtual css::uno::Sequence< css::uno::Type> _getTypes() override;
public:
- DECLARE_DEFAULT_LEAF_XTOR( OTimeModel );
+ OTimeModel(
+ const css::uno::Reference< css::uno::XComponentContext>& _rxFactory
+ );
+ OTimeModel(
+ const OTimeModel* _pOriginal,
+ const css::uno::Reference< css::uno::XComponentContext>& _rxFactory
+ );
+ virtual ~OTimeModel() override;
// css::io::XPersistObject
virtual OUString SAL_CALL getServiceName() override;