summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-05-23 23:15:53 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-05-24 09:47:40 +0100
commit2862d842b3ca24cbf8c882fb59b30edc330c5fde (patch)
tree2a7a3e462a0c2ada411c69402633bc1eb45f11dc /tools
parentd7ab6a7d4322a0412978638d1ddeb0a3f0131e12 (diff)
strangely duplicated inner/outer ImplResStringItem struct
Change-Id: I12884e58505d94b76eb0ad955815ae1702716f0f
Diffstat (limited to 'tools')
-rw-r--r--tools/inc/tools/resary.hxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/inc/tools/resary.hxx b/tools/inc/tools/resary.hxx
index cfdeee422cc4..caa23d7b78f3 100644
--- a/tools/inc/tools/resary.hxx
+++ b/tools/inc/tools/resary.hxx
@@ -34,21 +34,6 @@
#include <tools/string.hxx>
#include <tools/resid.hxx>
-// ---------------------
-// - ImplResStringItem -
-// ---------------------
-
-struct ImplResStringItem
-{
- XubString maStr;
- long mnValue;
-
-#ifdef _TOOLS_RESARY_CXX
- ImplResStringItem( const XubString& rStr ) :
- maStr( rStr ) {}
-#endif
-};
-
// ------------------
// - ResStringArray -
// ------------------