summaryrefslogtreecommitdiffstats
path: root/forms/source/component/FixedText.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-12-02 08:56:36 +0000
committerFrank Schönheit <fs@openoffice.org>2002-12-02 08:56:36 +0000
commitb0c4be14883b4390642c3c60da343d0571ca34e7 (patch)
tree3eb1ff42f79f4f6ad5af7f387195f8abee11cd3f /forms/source/component/FixedText.hxx
parent#105577# +cloneable (diff)
downloadcore-b0c4be14883b4390642c3c60da343d0571ca34e7.tar.gz
core-b0c4be14883b4390642c3c60da343d0571ca34e7.zip
#105577# properly (hopefully :) implemented XClonable
Diffstat (limited to 'forms/source/component/FixedText.hxx')
-rw-r--r--forms/source/component/FixedText.hxx15
1 files changed, 6 insertions, 9 deletions
diff --git a/forms/source/component/FixedText.hxx b/forms/source/component/FixedText.hxx
index e7cc669966cd..cfec0511bb16 100644
--- a/forms/source/component/FixedText.hxx
+++ b/forms/source/component/FixedText.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FixedText.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: oj $ $Date: 2000-11-23 08:48:15 $
+ * last change: $Author: fs $ $Date: 2002-12-02 09:56:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,14 +77,8 @@ class OFixedTextModel
:public OControlModel
,public ::comphelper::OAggregationArrayUsageHelper< OFixedTextModel >
{
-protected:
- // UNO Anbindung
- virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type> _getTypes();
-
public:
- OFixedTextModel(
- const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory>& _rFactory // factory to create the aggregate with
- );
+ DECLARE_DEFAULT_LEAF_XTOR( OFixedTextModel );
// XPropertySetRef
virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo> SAL_CALL getPropertySetInfo() throw(::com::sun::star::uno::RuntimeException);
@@ -107,6 +101,9 @@ public:
::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rAggregateProps
) const;
IMPLEMENT_INFO_SERVICE()
+
+protected:
+ DECLARE_XCLONEABLE();
};
//.........................................................................