summaryrefslogtreecommitdiff
path: root/forms/source/component/Grid.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-01-08 07:15:57 +0000
committerFrank Schönheit <fs@openoffice.org>2001-01-08 07:15:57 +0000
commitf0c72af0613561032adf0c291ce5d95dbb6df966 (patch)
tree5d9156f75a4ef45bc530a8e26a2521925eae3fba /forms/source/component/Grid.hxx
parented2279051a79f8d6c2b2ea9c320211136411807d (diff)
overload getTypes to merge all the types of all base classes
Diffstat (limited to 'forms/source/component/Grid.hxx')
-rw-r--r--forms/source/component/Grid.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/forms/source/component/Grid.hxx b/forms/source/component/Grid.hxx
index d993e0a461d9..f33b53ff9c3b 100644
--- a/forms/source/component/Grid.hxx
+++ b/forms/source/component/Grid.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Grid.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: fs $ $Date: 2000-12-19 17:12:27 $
+ * last change: $Author: fs $ $Date: 2001-01-08 08:15:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -140,7 +140,6 @@ class OGridControlModel :public OControlModel
// [properties]
protected:
- virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type> _getTypes();
void _reset();
public:
@@ -159,6 +158,9 @@ public:
IMPLEMENTATION_NAME(OGridControlModel);
virtual StringSequence SAL_CALL getSupportedServiceNames() throw(::com::sun::star::uno::RuntimeException);
+// XTypeProvider
+ virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw(::com::sun::star::uno::RuntimeException);
+
// OComponentHelper
virtual void SAL_CALL disposing();