summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-15 08:37:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-08-15 09:09:34 +0100
commit7b61f9f09db809ba074336b60f883477760980aa (patch)
tree71c9a83de157dd8953d6475e2de8b9e4d533920a /svtools
parentbac420f9a8ba8d99213ee48ef6c2f50aba409f08 (diff)
use of STR_ARR_SVT_LANGUAGE_TABLE in wizards is gone
since commit 65e104060b2bd46259f0307263aa3d8eba4c0ace Author: Xisco Fauli <anistenis@gmail.com> Date: Sun Oct 21 20:35:05 2012 +0200 pyletter: remove java letter wizard Change-Id: I77065cd277233b78b90c23a6545854a83cd17b16
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/misc/langtab.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/svtools/source/misc/langtab.cxx b/svtools/source/misc/langtab.cxx
index 3cd6b9369b7b..7000ef03795c 100644
--- a/svtools/source/misc/langtab.cxx
+++ b/svtools/source/misc/langtab.cxx
@@ -129,21 +129,11 @@ SVT_DLLPUBLIC const OUString ApplyLreOrRleEmbedding( const OUString &rText )
return aRes;
}
-
-
-namespace {
- BOOST_STATIC_ASSERT(
- 16642 == STR_ARR_SVT_LANGUAGE_TABLE);
-// "The value of STR_ARR_SVT_LANGUAGE_TABLE has changed. wizards/com/sun/star/wizards/letter/LocaleCodes.java has this value hard coded, please adapt it to your change."
-}
-
SvtLanguageTableImpl::SvtLanguageTableImpl() :
ResStringArray( SvtResId( STR_ARR_SVT_LANGUAGE_TABLE ) )
{
}
-
-
SvtLanguageTableImpl::~SvtLanguageTableImpl()
{
}