Kaydet (Commit) c361ef86 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Compiler-generated code is just fine

...now that member is Sequence instead of pointer to Sequence.
üst 4ba3a64c
...@@ -50,21 +50,8 @@ struct SchXMLCell ...@@ -50,21 +50,8 @@ struct SchXMLCell
SchXMLCellType eType; SchXMLCellType eType;
rtl::OUString aRangeId; 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 struct SchXMLTable
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment