#86004# changed SvXMLExport document class from const sal_Char* to enum XMLTokenEnum
This commit is contained in:
parent
2de3480234
commit
bc9274c009
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: xmlexprt.cxx,v $
|
* $RCSfile: xmlexprt.cxx,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.118 $
|
* $Revision: 1.119 $
|
||||||
*
|
*
|
||||||
* last change: $Author: sab $ $Date: 2001-06-15 17:26:30 $
|
* last change: $Author: dvo $ $Date: 2001-06-18 15:22:50 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to the terms of
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
|
@ -409,7 +409,7 @@ sal_Int16 ScXMLExport::GetFieldUnit()
|
||||||
|
|
||||||
|
|
||||||
ScXMLExport::ScXMLExport(const sal_uInt16 nExportFlag) :
|
ScXMLExport::ScXMLExport(const sal_uInt16 nExportFlag) :
|
||||||
SvXMLExport( SvXMLUnitConverter::GetMapUnit(GetFieldUnit()), sXML_spreadsheet, nExportFlag ),
|
SvXMLExport( SvXMLUnitConverter::GetMapUnit(GetFieldUnit()), XML_SPREADSHEET, nExportFlag ),
|
||||||
pDoc(NULL),
|
pDoc(NULL),
|
||||||
mbShowProgress( sal_False ),
|
mbShowProgress( sal_False ),
|
||||||
pSharedData(NULL),
|
pSharedData(NULL),
|
||||||
|
|
Loading…
Reference in a new issue