Kaydet (Commit) 2862d842 authored tarafından Caolán McNamara's avatar Caolán McNamara

strangely duplicated inner/outer ImplResStringItem struct

Change-Id: I12884e58505d94b76eb0ad955815ae1702716f0f
üst d7ab6a7d
...@@ -34,21 +34,6 @@ ...@@ -34,21 +34,6 @@
#include <tools/string.hxx> #include <tools/string.hxx>
#include <tools/resid.hxx> #include <tools/resid.hxx>
// ---------------------
// - ImplResStringItem -
// ---------------------
struct ImplResStringItem
{
XubString maStr;
long mnValue;
#ifdef _TOOLS_RESARY_CXX
ImplResStringItem( const XubString& rStr ) :
maStr( rStr ) {}
#endif
};
// ------------------ // ------------------
// - ResStringArray - // - ResStringArray -
// ------------------ // ------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment