diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-01-31 09:39:40 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-01-31 11:37:25 +0000 |
commit | 4995bccb953dd398585f1f328fed10e9c170a029 (patch) | |
tree | 0c76515680aebf2957895d414da488ddf43effc3 /xmloff | |
parent | b8b1b1d68351765bbafe331a95909e47c661b664 (diff) |
callcatcher: update list
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/xmloff/xmlexp.hxx | 3 | ||||
-rw-r--r-- | xmloff/source/core/xmlexp.cxx | 6 |
2 files changed, 0 insertions, 9 deletions
diff --git a/xmloff/inc/xmloff/xmlexp.hxx b/xmloff/inc/xmloff/xmlexp.hxx index 2ac801b06b60..1fcdf5587e14 100644 --- a/xmloff/inc/xmloff/xmlexp.hxx +++ b/xmloff/inc/xmloff/xmlexp.hxx @@ -542,9 +542,6 @@ public: sal_Int32 nId, const ::com::sun::star::uno::Sequence< ::rtl::OUString> & rMsgParams); - /** return list of errors */ - XMLErrors* GetErrors(); - /** return current error flags (logical 'or' of all error flags so far) */ sal_uInt16 GetErrorFlags() { return mnErrorFlags; } 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(); |