summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximppage.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-11-03 15:41:20 +0000
committerRüdiger Timm <rt@openoffice.org>2004-11-03 15:41:20 +0000
commit74d0d55d870bf72709e8a59192bba464c92cc434 (patch)
treefc4545ca4c88d789e6e11d734c328ddc7bf8657f /xmloff/source/draw/ximppage.hxx
parent82c0964608e03f999dd26a069a1ac3fecd2d770a (diff)
INTEGRATION: CWS impress14 (1.5.130); FILE MERGED
2004/10/19 14:38:53 cl 1.5.130.1: #i35425# adapt impress header&footer to latest oasis spec
Diffstat (limited to 'xmloff/source/draw/ximppage.hxx')
-rw-r--r--xmloff/source/draw/ximppage.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/source/draw/ximppage.hxx b/xmloff/source/draw/ximppage.hxx
index 8db68186e412..99c42457b7ca 100644
--- a/xmloff/source/draw/ximppage.hxx
+++ b/xmloff/source/draw/ximppage.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ximppage.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2004-03-30 16:16:36 $
+ * last change: $Author: rt $ $Date: 2004-11-03 16:41:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -96,6 +96,9 @@ class SdXMLGenericPageContext : public SvXMLImportContext
protected:
rtl::OUString maPageLayoutName;
+ rtl::OUString maUseHeaderDeclName;
+ rtl::OUString maUseFooterDeclName;
+ rtl::OUString maUseDateTimeDeclName;
void SetLocalShapesContext(com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rNew)
{ mxShapes = rNew; }