mark unimplemented copy ctor and assignment as private, and fix sigs
This commit is contained in:
parent
ea1a3a9a15
commit
8257ce4cd7
1 changed files with 2 additions and 1 deletions
|
@ -243,8 +243,9 @@ public:
|
|||
void exportText( const ::rtl::OUString& rText, bool bConvertTabsLFs = false );
|
||||
void exportErrorBarRanges();
|
||||
|
||||
private:
|
||||
SchXMLExportHelper_Impl(SchXMLExportHelper_Impl &); // not defined
|
||||
void operator =(SchXMLExportHelper_Impl &); // not defined
|
||||
SchXMLExportHelper_Impl operator =(SchXMLExportHelper_Impl &); // not defined
|
||||
|
||||
public:
|
||||
SvXMLExport& mrExport;
|
||||
|
|
Loading…
Reference in a new issue