diff options
-rw-r--r-- | xmloff/source/chart/transporttypes.hxx | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/xmloff/source/chart/transporttypes.hxx b/xmloff/source/chart/transporttypes.hxx index cb03cbc430ae..7ecf0860d1ba 100644 --- a/xmloff/source/chart/transporttypes.hxx +++ b/xmloff/source/chart/transporttypes.hxx @@ -50,21 +50,8 @@ struct SchXMLCell SchXMLCellType eType; rtl::OUString aRangeId; - SchXMLCell() : aComplexString(), fValue( 0.0 ), eType( SCH_CELL_TYPE_UNKNOWN ) + SchXMLCell(): fValue( 0.0 ), eType( SCH_CELL_TYPE_UNKNOWN ) {} - - SchXMLCell( const SchXMLCell& rOther ) - : aString( rOther.aString ) - , aComplexString( rOther.aComplexString ) - , fValue( rOther.fValue ) - , eType( rOther.eType ) - , aRangeId( rOther.aRangeId ) - {} - - ~SchXMLCell() - { - - } }; struct SchXMLTable |