summaryrefslogtreecommitdiff
path: root/tools/inc/tools/resary.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/inc/tools/resary.hxx')
-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 -
// ------------------