[Libreoffice-commits] core.git: editeng/source
Andrea Gelmini
andrea.gelmini at gelma.net
Mon Jul 20 14:27:44 PDT 2015
editeng/source/items/textitem.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 83ea8f2d7218f0b7a27f77c93a1d66ab34e4b7b2
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Sat Jul 18 15:47:11 2015 +0200
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 at CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>
diff --git a/editeng/source/items/textitem.cxx b/editeng/source/items/textitem.cxx
index af15b3d..028ba85 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;
More information about the Libreoffice-commits
mailing list