summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-20 15:35:39 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-20 16:39:16 +0000
commit41ebfc781a860643dd2edb21313f0f26e5b77c00 (patch)
treef7f6c93623e292f63143524b04f1ce5f0803a368 /sfx2
parente00336dcecafbf8f604f93eff43972ed33048f2b (diff)
cppcheck reports unused struct
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/control/msgpool.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sfx2/source/control/msgpool.cxx b/sfx2/source/control/msgpool.cxx
index fd55fe836f..a18341ed53 100644
--- a/sfx2/source/control/msgpool.cxx
+++ b/sfx2/source/control/msgpool.cxx
@@ -48,13 +48,6 @@
//====================================================================
-struct SfxSIDRegistration_Impl
-{
- String _aGroup;
- String _aName;
- USHORT _nSID;
-};
-
struct SfxSlotType_Impl
{
USHORT nId;