diff options
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/core/xmlexp.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx index ce0430241d05..6db7911171f7 100644 --- a/xmloff/source/core/xmlexp.cxx +++ b/xmloff/source/core/xmlexp.cxx @@ -2427,12 +2427,6 @@ void SvXMLExport::SetError( SetError( nId, rMsgParams, sEmpty, NULL ); } - -XMLErrors* SvXMLExport::GetErrors() -{ - return mpXMLErrors; -} - void SvXMLExport::DisposingModel() { mxModel.clear(); |