summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-05-12 14:42:57 +0200
committerNoel Grandin <noel@peralex.com>2014-05-13 12:00:28 +0200
commitd812b784313ed85ae5085d54a3ae50aa064c053c (patch)
tree18ca11db817b1ed591bacf9a0d019daf4eaafe48 /svtools
parent8acc97fb46dbb91fdf7e3ee64befed3a9a09a38f (diff)
remove unused code -SvtLanguageTable::AddLanguageTag
Change-Id: Ibb0dda4b48c711e72574c3f5aec9e3d1186d1526
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/misc/langtab.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/svtools/source/misc/langtab.cxx b/svtools/source/misc/langtab.cxx
index b8eeec0ea4aa..f31ea289c398 100644
--- a/svtools/source/misc/langtab.cxx
+++ b/svtools/source/misc/langtab.cxx
@@ -233,10 +233,4 @@ LanguageType SvtLanguageTable::GetLanguageTypeAtIndex( sal_uInt32 nIndex )
}
-sal_uInt32 SvtLanguageTable::AddLanguageTag( const LanguageTag& rLanguageTag, const OUString& rString )
-{
- return theLanguageTable::get().AddItem( (rString.isEmpty() ? rLanguageTag.getBcp47() : rString),
- rLanguageTag.getLanguageType());
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */