summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2001-08-14 10:47:26 +0000
committerBjörn Milcke <bm@openoffice.org>2001-08-14 10:47:26 +0000
commit37659252f757f6130a2cb85b6c1b782ef0f1df2f (patch)
tree8c4fecffc936172de6da0e6bbee99e15e30445d5 /xmloff/inc
parent3c662515e60954ca859ba995388a79a1e9057dae (diff)
#90861# +CreateChildContext for property context (element property for symbol-images)
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/XMLChartStyleContext.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/xmloff/inc/XMLChartStyleContext.hxx b/xmloff/inc/XMLChartStyleContext.hxx
index fc1993333554..19f28d3a3267 100644
--- a/xmloff/inc/XMLChartStyleContext.hxx
+++ b/xmloff/inc/XMLChartStyleContext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLChartStyleContext.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: bm $ $Date: 2001-02-14 17:14:32 $
+ * last change: $Author: bm $ $Date: 2001-08-14 11:47:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,6 +91,12 @@ public:
void FillPropertySet(
const ::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet > & rPropSet );
+
+ /// necessary for property context (element-property symbol-image)
+ virtual SvXMLImportContext *CreateChildContext(
+ sal_uInt16 nPrefix,
+ const ::rtl::OUString& rLocalName,
+ const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
};
#endif // _XMLOFF_XMLCHARTSTYLECONTEXT_HXX_