summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-01-29 12:45:12 +0000
committerRüdiger Timm <rt@openoffice.org>2008-01-29 12:45:12 +0000
commitde62aa67729b2314310c7d2e54ae86688588b84f (patch)
treed974056883311f68e1185e0cb889d809037bcb72 /reportdesign
parentbeb596e0f45a31089c5f0c76a5f85a32f6a501ef (diff)
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
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/filter/xml/xmlExport.hxx6
1 files 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<XSection>& _xProp);
void exportReportElement(const Reference<XReportControlModel>& _xReportElement);
void exportFormatConditions(const Reference<XReportControlModel>& _xReportElement);
- void exportAutoStyle(XPropertySet* _xProp);
+ void exportAutoStyle(XPropertySet* _xProp,const Reference<XFormattedField>& _xParentFormattedField = Reference<XFormattedField>());
void exportAutoStyle(const Reference<XSection>& _xProp);
void exportReportComponentAutoStyles(const Reference<XSection>& _xProp);
void collectComponentStyles();