From 6093a2c1f26ca8a68e4ddbe0b8e9400c8a0c7923 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 5 Mar 2008 17:03:34 +0000 Subject: [PATCH] INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/19 09:22:40 oj 1.2.70.3: RESYNC: (1.2-1.3); FILE MERGED 2008/01/25 13:56:00 oj 1.2.70.2: #i85225# export master detail different now 2008/01/24 12:39:32 oj 1.2.70.1: #i85225# changes for chart --- reportdesign/source/filter/xml/xmlHelper.hxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/reportdesign/source/filter/xml/xmlHelper.hxx b/reportdesign/source/filter/xml/xmlHelper.hxx index 8a0a4ef6c58c..ee086f2c21b3 100644 --- a/reportdesign/source/filter/xml/xmlHelper.hxx +++ b/reportdesign/source/filter/xml/xmlHelper.hxx @@ -6,9 +6,9 @@ * * $RCSfile: xmlHelper.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2008-01-29 13:46:02 $ + * last change: $Author: kz $ $Date: 2008-03-05 18:03:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -67,6 +67,7 @@ class SvXMLImport; class SvXMLExport; class SvXMLStylesContext; +class SvXMLTokenMap; namespace rptxml { class OPropertyHandlerFactory : public ::xmloff::OControlPropertyHandlerFactory @@ -104,6 +105,9 @@ namespace rptxml static void copyStyleElements(const ::rtl::OUString& _sStyleName,const SvXMLStylesContext* _pAutoStyles,const com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet>& _xProp); static com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet> createBorderPropertySet(); + + static SvXMLTokenMap* GetReportElemTokenMap(); + static SvXMLTokenMap* GetSubDocumentElemTokenMap(); }; // ----------------------------------------------------------------------------- } // rptxml