summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-18 15:47:11 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2015-07-20 21:27:12 +0000
commit83ea8f2d7218f0b7a27f77c93a1d66ab34e4b7b2 (patch)
tree00bd9b1abcc2366591565f8cee2f4819ed90721e
parentb71901da42a0429ff759b96bc9dd7cfd1bd189ac (diff)
Removed comment
No evindence of intn.hxx in all git history Change-Id: I435f3082e0bb13b1e3129b49c7eaea80d75ea452 Reviewed-on: https://gerrit.libreoffice.org/17186 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
-rw-r--r--editeng/source/items/textitem.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/editeng/source/items/textitem.cxx b/editeng/source/items/textitem.cxx
index af15b3dfd13f..028ba85d0b63 100644
--- a/editeng/source/items/textitem.cxx
+++ b/editeng/source/items/textitem.cxx
@@ -2508,7 +2508,6 @@ sal_uInt16 SvxLanguageItem::GetValueCount() const
{
// #i50205# got rid of class International
SAL_WARN( "editeng.items", "SvxLanguageItem::GetValueCount: supposed to return a count of what?");
- // FIXME: previously returned LANGUAGE_COUNT from tools/intn.hxx which was wrong anyway.
// Could be SvtLanguageTable::GetEntryCount() (all locales with resource string)?
// Could be LocaleDataWrapper::getInstalledLanguageTypes() (all locales with locale data)?
return 0;