summaryrefslogtreecommitdiff
path: root/forms/source/component/File.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/File.hxx')
-rw-r--r--forms/source/component/File.hxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/forms/source/component/File.hxx b/forms/source/component/File.hxx
index be28f491022a..ac33e7e66bad 100644
--- a/forms/source/component/File.hxx
+++ b/forms/source/component/File.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: File.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: vg $ $Date: 2001-09-12 13:16:48 $
+ * last change: $Author: fs $ $Date: 2002-12-02 09:56:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,8 +86,7 @@ protected:
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type> _getTypes();
public:
- OFileControlModel(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory>& _rxFactory);
- ~OFileControlModel();
+ DECLARE_DEFAULT_LEAF_XTOR( OFileControlModel );
DECLARE_UNO3_AGG_DEFAULTS(OFileControlModel, OControlModel);
virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation(const ::com::sun::star::uno::Type& _rType) throw(::com::sun::star::uno::RuntimeException);
@@ -127,7 +126,9 @@ public:
IMPLEMENT_INFO_SERVICE()
protected:
- void _reset();
+ virtual void _reset();
+
+ DECLARE_XCLONEABLE();
};
//.........................................................................