summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLParagraphContext.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 14:48:24 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 14:48:24 +0000
commitfc725f2aa05e52453be72bd2f11b2ad63f023e12 (patch)
tree351b12fc167097d2addf3693191b569666e9bad7 /xmloff/source/chart/SchXMLParagraphContext.hxx
parent100562d019861cd91fa0eb8d46810457ac199413 (diff)
INTEGRATION: CWS chart20_DEV300 (1.4.142); FILE MERGED
2008/02/21 15:59:48 bm 1.4.142.1: #i366# error bars from cell ranges
Diffstat (limited to 'xmloff/source/chart/SchXMLParagraphContext.hxx')
-rw-r--r--xmloff/source/chart/SchXMLParagraphContext.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/xmloff/source/chart/SchXMLParagraphContext.hxx b/xmloff/source/chart/SchXMLParagraphContext.hxx
index 5f4277826d66..ae72be07c519 100644
--- a/xmloff/source/chart/SchXMLParagraphContext.hxx
+++ b/xmloff/source/chart/SchXMLParagraphContext.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: SchXMLParagraphContext.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 14:48:40 $
+ * last change: $Author: kz $ $Date: 2008-03-06 15:48:24 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -56,13 +56,16 @@ class SchXMLParagraphContext : public SvXMLImportContext
{
private:
::rtl::OUString& mrText;
+ ::rtl::OUString* mpId;
::rtl::OUStringBuffer maBuffer;
public:
SchXMLParagraphContext( SvXMLImport& rImport,
const ::rtl::OUString& rLocalName,
- ::rtl::OUString& rText );
+ ::rtl::OUString& rText,
+ ::rtl::OUString * pOutId = 0 );
virtual ~SchXMLParagraphContext();
+ virtual void StartElement( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList );
virtual void EndElement();
virtual SvXMLImportContext* CreateChildContext(