summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLChartStyleContext.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-20 07:42:52 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-20 07:42:52 +0000
commit16462c629f4623cfe2006a8596c6fbd223d06e67 (patch)
tree6679f0e07790456a4d267e375d288efb129e15b4 /xmloff/inc/XMLChartStyleContext.hxx
parent82992c6c2084b9ed83d434ea0af9d6328fe687e6 (diff)
INTEGRATION: CWS sch03 (1.4.368); FILE MERGED
2004/08/09 14:10:15 bm 1.4.368.1: #i31242# derive from XMLShapeStyleContext instead of XMLPropStyleContext, in order to take advantage of the special handling in FillPropertySet()
Diffstat (limited to 'xmloff/inc/XMLChartStyleContext.hxx')
-rw-r--r--xmloff/inc/XMLChartStyleContext.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/inc/XMLChartStyleContext.hxx b/xmloff/inc/XMLChartStyleContext.hxx
index 19f28d3a3267..c86de0f8adb1 100644
--- a/xmloff/inc/XMLChartStyleContext.hxx
+++ b/xmloff/inc/XMLChartStyleContext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLChartStyleContext.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: bm $ $Date: 2001-08-14 11:47:08 $
+ * last change: $Author: rt $ $Date: 2004-08-20 08:42:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,11 +61,11 @@
#ifndef _XMLOFF_XMLCHARTSTYLECONTEXT_HXX_
#define _XMLOFF_XMLCHARTSTYLECONTEXT_HXX_
-#ifndef _XMLOFF_PRSTYLEI_HXX_
-#include "prstylei.hxx"
+#ifndef _XMLOFF_XMLSHAPESTYLECONTEXT_HXX
+#include "XMLShapeStyleContext.hxx"
#endif
-class XMLChartStyleContext : public XMLPropStyleContext
+class XMLChartStyleContext : public XMLShapeStyleContext
{
private:
::rtl::OUString msDataStyleName;