summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-09-05 14:13:11 +0200
committerEike Rathke <erack@redhat.com>2013-09-05 14:57:28 +0200
commitd066560a80edbfe9545414e6d05ffa6c21313f5c (patch)
tree53e7f8d77c88659dd2a5fdcaf5898872a2eb4114 /i18npool
parent41f02355e0a10556b4e902457755e1206aaf0294 (diff)
unused 'under'
Change-Id: Ie924cf6d3ba3b95832b1176582765284acd9d5ea
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/indexentry/indexentrysupplier.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/i18npool/source/indexentry/indexentrysupplier.cxx b/i18npool/source/indexentry/indexentrysupplier.cxx
index 407e159009b1..e832dc8ca7dd 100644
--- a/i18npool/source/indexentry/indexentrysupplier.cxx
+++ b/i18npool/source/indexentry/indexentrysupplier.cxx
@@ -25,8 +25,6 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
using namespace ::rtl;
-static const sal_Unicode under = sal_Unicode('_');
-
namespace com { namespace sun { namespace star { namespace i18n {
IndexEntrySupplier::IndexEntrySupplier( const Reference < XComponentContext >& rxContext ) : m_xContext( rxContext )