to finished method StartIndex and EndIndex added
This commit is contained in:
parent
c4f149aa42
commit
fc4fc9aedb
2 changed files with 6 additions and 6 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: xmlstyli.cxx,v $
|
||||
*
|
||||
* $Revision: 1.9 $
|
||||
* $Revision: 1.10 $
|
||||
*
|
||||
* last change: $Author: sab $ $Date: 2000-10-25 16:57:57 $
|
||||
* last change: $Author: sab $ $Date: 2000-10-26 10:41:37 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -150,7 +150,7 @@ ScXMLImportPropertyMapper::~ScXMLImportPropertyMapper()
|
|||
return sal_True;
|
||||
}*/
|
||||
|
||||
void ScXMLImportPropertyMapper::finished(::std::vector< XMLPropertyState >& rProperties ) const
|
||||
void ScXMLImportPropertyMapper::finished(::std::vector< XMLPropertyState >& rProperties, sal_Int32 nStartIndex, sal_Int32 nEndIndex ) const
|
||||
{
|
||||
SvXMLImportPropertyMapper::finished(rProperties);
|
||||
XMLPropertyState* pAllPaddingProperty = NULL;
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: xmlstyli.hxx,v $
|
||||
*
|
||||
* $Revision: 1.6 $
|
||||
* $Revision: 1.7 $
|
||||
*
|
||||
* last change: $Author: sab $ $Date: 2000-10-23 12:12:55 $
|
||||
* last change: $Author: sab $ $Date: 2000-10-26 10:41:37 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -118,7 +118,7 @@ public:
|
|||
|
||||
/** This method is called when all attributes have been processed. It may be used to remove items that are incomplete */
|
||||
virtual void finished(
|
||||
::std::vector< XMLPropertyState >& rProperties ) const;
|
||||
::std::vector< XMLPropertyState >& rProperties, sal_Int32 nStartIndex, sal_Int32 nEndIndex ) const;
|
||||
};
|
||||
|
||||
struct ScXMLMapContent;
|
||||
|
|
Loading…
Reference in a new issue