diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 17:27:37 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 17:27:37 +0000 |
commit | 72d48e6e19e411185fcc9a7a0f048848b1ecc5d2 (patch) | |
tree | 7084a3edfd8fad09026943e59600bd7168ff8f53 | |
parent | 260085a1273107b782200f67960e49917f4fb084 (diff) |
INTEGRATION: CWS warnings01 (1.4.34); FILE MERGED
2005/11/16 22:47:17 pl 1.4.34.1: #i55991# removed warnings
-rw-r--r-- | xmloff/source/style/PagePropertySetContext.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/style/PagePropertySetContext.hxx b/xmloff/source/style/PagePropertySetContext.hxx index e827964bbbc5..508d70e7fff1 100644 --- a/xmloff/source/style/PagePropertySetContext.hxx +++ b/xmloff/source/style/PagePropertySetContext.hxx @@ -4,9 +4,9 @@ * * $RCSfile: PagePropertySetContext.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 14:29:29 $ + * last change: $Author: hr $ $Date: 2006-06-19 18:27:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -64,6 +64,7 @@ public: virtual ~PagePropertySetContext(); + using SvXMLPropertySetContext::CreateChildContext; virtual SvXMLImportContext *CreateChildContext( USHORT nPrefix, const ::rtl::OUString& rLocalName, const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList, |