From 4995bccb953dd398585f1f328fed10e9c170a029 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 31 Jan 2012 09:39:40 +0000 Subject: callcatcher: update list --- xmloff/inc/xmloff/xmlexp.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'xmloff/inc') 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; } -- cgit