diff options
author | Sascha Ballach <sab@openoffice.org> | 2000-10-26 09:06:05 +0000 |
---|---|---|
committer | Sascha Ballach <sab@openoffice.org> | 2000-10-26 09:06:05 +0000 |
commit | d78114a00514b4486393ab676f2450b7a3b0a638 (patch) | |
tree | d1c07ff8dd817e516655e0aa2d74a0aba04d96ab /xmloff | |
parent | 2e3656c0f9b0ef4f998857a9644ac0a8c06ae095 (diff) |
to finished method StartIndex and EndIndex added
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/XMLChartPropertySetMapper.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/inc/XMLChartPropertySetMapper.hxx b/xmloff/inc/XMLChartPropertySetMapper.hxx index 64a34a543bfa..dd527183f692 100644 --- a/xmloff/inc/XMLChartPropertySetMapper.hxx +++ b/xmloff/inc/XMLChartPropertySetMapper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: XMLChartPropertySetMapper.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mib $ $Date: 2000-10-19 14:24:56 $ + * last change: $Author: sab $ $Date: 2000-10-26 10:06:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -152,7 +152,8 @@ public: const SvXMLNamespaceMap& rNamespaceMap ) const; virtual void finished( - ::std::vector< XMLPropertyState >& rProperties ) const; + ::std::vector< XMLPropertyState >& rProperties, + sal_Int32 nStartIndex, sal_Int32 nEndIndex ) const; }; #endif // _XMLOFF_CHARTPROPERTYSETMAPPER_HXX_ |