diff options
author | Michael Brauer <mib@openoffice.org> | 2000-10-26 08:17:54 +0000 |
---|---|---|
committer | Michael Brauer <mib@openoffice.org> | 2000-10-26 08:17:54 +0000 |
commit | 1278705da9e1b06095bc7d32572a83066c5a0d53 (patch) | |
tree | 0eb3544f0b15adb58a00475df60c62b9552f783c /xmloff | |
parent | d243825d86065c09654f46c94539d10a88a73b8a (diff) |
tables within headers and footers
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/XMLTextHeaderFooterContext.hxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/inc/XMLTextHeaderFooterContext.hxx b/xmloff/inc/XMLTextHeaderFooterContext.hxx index f63255458cdf..44a79e197691 100644 --- a/xmloff/inc/XMLTextHeaderFooterContext.hxx +++ b/xmloff/inc/XMLTextHeaderFooterContext.hxx @@ -2,9 +2,9 @@ * * $RCSfile: XMLTextHeaderFooterContext.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mib $ $Date: 2000-10-12 17:51:18 $ + * last change: $Author: mib $ $Date: 2000-10-26 09:17:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,7 +67,7 @@ #endif namespace com { namespace sun { namespace star { - namespace text { class XTextCursor; } + namespace text { class XTextCursor; class XTextContent; } namespace beans { class XPropertySet; } } } } @@ -76,6 +76,8 @@ class XMLTextHeaderFooterContext: public SvXMLImportContext ::com::sun::star::uno::Reference < ::com::sun::star::text::XTextCursor > xOldTextCursor; ::com::sun::star::uno::Reference < + ::com::sun::star::text::XTextContent > xTextContent; + ::com::sun::star::uno::Reference < ::com::sun::star::beans::XPropertySet > xPropSet; const ::rtl::OUString sOn; |