diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-20 01:20:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-20 10:11:43 +0100 |
commit | 0190dca0b181f6a9fd069864e396164b532bebd4 (patch) | |
tree | aa0520b1f78f3dd330faef0c32d1a984920d3410 /tools/inc | |
parent | 70e2e12154c256b9eb1c1b88fb46630c0ac130a1 (diff) |
callcatcher: StandardErrorInfo is never constructed
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/tools/errinf.hxx | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/tools/inc/tools/errinf.hxx b/tools/inc/tools/errinf.hxx index 0b08d38592c8..951fcfe938ff 100644 --- a/tools/inc/tools/errinf.hxx +++ b/tools/inc/tools/errinf.hxx @@ -85,25 +85,6 @@ public: }; -// --------------------- -// - StandardErrorInfo - -// --------------------- - -class StandardErrorInfo : public DynamicErrorInfo -{ -private: - sal_uIntPtr lExtId; - -public: - TYPEINFO(); - - StandardErrorInfo( sal_uIntPtr lUserId, sal_uIntPtr lExtId, - sal_uInt16 nFlags = 0); - sal_uIntPtr GetExtendedErrorCode() const { return lExtId; } - -}; - - // ------------------- // - StringErrorInfo - // ------------------- |