diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-10 09:24:02 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-10 11:36:23 +0000 |
commit | 1e7891c103f01f68924817bc02bda892311806fa (patch) | |
tree | 62b959d7e91ebe0fbf6790a8adfc469de8df7d5f /include | |
parent | 6f57b77c358571cb880df696fbd3db4c5038212a (diff) |
drop the SimpleErrorHandler
Change-Id: I968300664c386e6cf33461c5858833832e452e28
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/errinf.hxx | 10 |
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 |