summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accfootnote.hxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2002-08-15 09:25:23 +0000
committerMichael Brauer <mib@openoffice.org>2002-08-15 09:25:23 +0000
commitf28e2c8e2728972126b1930ced0d9a28e3be3565 (patch)
tree6c20e390a6600795f0a50a8078a28324ce1d5597 /sw/source/core/access/accfootnote.hxx
parent96d5567e2f9cc64f2307886afec73d2ed975c268 (diff)
#102308#: getImplementationId was missing
Diffstat (limited to 'sw/source/core/access/accfootnote.hxx')
-rw-r--r--sw/source/core/access/accfootnote.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/source/core/access/accfootnote.hxx b/sw/source/core/access/accfootnote.hxx
index 57346dadc610..4afc71e9915f 100644
--- a/sw/source/core/access/accfootnote.hxx
+++ b/sw/source/core/access/accfootnote.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: accfootnote.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mib $ $Date: 2002-07-10 16:53:32 $
+ * last change: $Author: mib $ $Date: 2002-08-15 10:25:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -114,6 +114,9 @@ public:
getSupportedServiceNames (void)
throw (::com::sun::star::uno::RuntimeException);
+ //===== XTypeProvider ====================================================
+ virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId( ) throw(::com::sun::star::uno::RuntimeException);
+
static sal_Bool IsEndnote( const SwFtnFrm *pFrm );
};