summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLChartStyleContext.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-10-22 15:31:45 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-10-22 15:31:45 +0000
commitf3b3e509433efb4a82e626b42771efe283249caa (patch)
tree7b3ca4cfe1744374893dd9c3e162c9b37ba35ba0 /xmloff/inc/XMLChartStyleContext.hxx
parentca4d67c15471b5dc999c53a44c9290cbf5056778 (diff)
INTEGRATION: CWS chart14 (1.7.48); FILE MERGED
2007/08/10 21:58:03 iha 1.7.48.1: #i37792# number format for data labels
Diffstat (limited to 'xmloff/inc/XMLChartStyleContext.hxx')
-rw-r--r--xmloff/inc/XMLChartStyleContext.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/inc/XMLChartStyleContext.hxx b/xmloff/inc/XMLChartStyleContext.hxx
index cecf298ba67c..02d92c8ddd3a 100644
--- a/xmloff/inc/XMLChartStyleContext.hxx
+++ b/xmloff/inc/XMLChartStyleContext.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLChartStyleContext.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 14:38:30 $
+ * last change: $Author: vg $ $Date: 2007-10-22 16:31:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -43,6 +43,7 @@ class XMLChartStyleContext : public XMLShapeStyleContext
{
private:
::rtl::OUString msDataStyleName;
+ ::rtl::OUString msPercentageDataStyleName;
SvXMLStylesContext& mrStyles;
protected: