summaryrefslogtreecommitdiff
path: root/tools/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-20 01:20:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-20 10:11:43 +0100
commit0190dca0b181f6a9fd069864e396164b532bebd4 (patch)
treeaa0520b1f78f3dd330faef0c32d1a984920d3410 /tools/inc
parent70e2e12154c256b9eb1c1b88fb46630c0ac130a1 (diff)
callcatcher: StandardErrorInfo is never constructed
Diffstat (limited to 'tools/inc')
-rw-r--r--tools/inc/tools/errinf.hxx19
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 -
// -------------------