From de62aa67729b2314310c7d2e54ae86688588b84f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Tue, 29 Jan 2008 12:45:12 +0000 Subject: [PATCH] INTEGRATION: CWS reportdesign02 (1.6.22); FILE MERGED 2008/01/08 06:05:31 oj 1.6.22.1: #i77039# export numberformat of formatcondition from parent formattedfield --- reportdesign/source/filter/xml/xmlExport.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reportdesign/source/filter/xml/xmlExport.hxx b/reportdesign/source/filter/xml/xmlExport.hxx index 98c1841e70e0..667b3edf7953 100644 --- a/reportdesign/source/filter/xml/xmlExport.hxx +++ b/reportdesign/source/filter/xml/xmlExport.hxx @@ -6,9 +6,9 @@ * * $RCSfile: xmlExport.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2007-11-02 11:25:24 $ + * last change: $Author: rt $ $Date: 2008-01-29 13:45:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -221,7 +221,7 @@ private: void exportSectionAutoStyle(const Reference& _xProp); void exportReportElement(const Reference& _xReportElement); void exportFormatConditions(const Reference& _xReportElement); - void exportAutoStyle(XPropertySet* _xProp); + void exportAutoStyle(XPropertySet* _xProp,const Reference& _xParentFormattedField = Reference()); void exportAutoStyle(const Reference& _xProp); void exportReportComponentAutoStyles(const Reference& _xProp); void collectComponentStyles();