summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-03-10 09:24:02 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-03-10 11:36:23 +0000
commit1e7891c103f01f68924817bc02bda892311806fa (patch)
tree62b959d7e91ebe0fbf6790a8adfc469de8df7d5f /include
parent6f57b77c358571cb880df696fbd3db4c5038212a (diff)
drop the SimpleErrorHandler
Change-Id: I968300664c386e6cf33461c5858833832e452e28
Diffstat (limited to 'include')
-rw-r--r--include/tools/errinf.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/tools/errinf.hxx b/include/tools/errinf.hxx
index 54dc0acb0d48..3b0ec00d798c 100644
--- a/include/tools/errinf.hxx
+++ b/include/tools/errinf.hxx
@@ -165,16 +165,6 @@ public:
static void RegisterDisplay( WindowDisplayErrorFunc* );
};
-class TOOLS_DLLPUBLIC SimpleErrorHandler : private ErrorHandler
-{
-protected:
- virtual bool CreateString( const ErrorInfo*, OUString &,
- sal_uInt16 &nMask ) const;
-
-public:
- SimpleErrorHandler();
-};
-
#endif
#endif