From b758c2b2b5276e3e5a930e169e3273ffbc1c144e Mon Sep 17 00:00:00 2001 From: Sascha Ballach Date: Mon, 23 Oct 2000 11:14:05 +0000 Subject: little change --- xmloff/source/style/PageHeaderFooterContext.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xmloff/source') diff --git a/xmloff/source/style/PageHeaderFooterContext.hxx b/xmloff/source/style/PageHeaderFooterContext.hxx index 93ec3f9e2c8b..a464e3966f70 100644 --- a/xmloff/source/style/PageHeaderFooterContext.hxx +++ b/xmloff/source/style/PageHeaderFooterContext.hxx @@ -2,9 +2,9 @@ * * $RCSfile: PageHeaderFooterContext.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: sab $ $Date: 2000-10-23 10:17:48 $ + * last change: $Author: sab $ $Date: 2000-10-23 12:14:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -69,7 +69,7 @@ class PageHeaderFooterContext : public SvXMLImportContext { ::std::vector< XMLPropertyState > & rProperties; sal_Bool bHeader; - const UniReference < SvXMLImportPropertyMapper > &rMap; + const UniReference < SvXMLImportPropertyMapper > rMap; public: -- cgit