diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-26 11:38:00 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-27 13:32:40 +0200 |
commit | b22adb4940fe86f33732be0a1305ccb71f2d0ea9 (patch) | |
tree | 7ca01bb5e9ebfefd9755aebb360a8e7e68b4b624 /editeng | |
parent | d8fd07188626dc91dac2a8a22e35cfafce3ea969 (diff) |
Remove commented out code
Change-Id: Ifd82dbc35d2f03ee9a9a40f498c8fde3f5a1d5c6
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/misc/unolingu.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/editeng/source/misc/unolingu.cxx b/editeng/source/misc/unolingu.cxx index 90c0c82065c5..431053b2771f 100644 --- a/editeng/source/misc/unolingu.cxx +++ b/editeng/source/misc/unolingu.cxx @@ -302,12 +302,6 @@ void SvxLinguConfigUpdate::UpdateAll( sal_Bool bForceCheck ) // merge services list (previously configured to be listed first). aCfgSvcs = lcl_MergeSeq( aCfgSvcs, aNewSvcs ); -/* - // there is at most one Hyphenator per language allowed - // to be configured, thus we only use the first one found. - if (k == 2 && aCfgSvcs.getLength() > 1) - aCfgSvcs.realloc(1); -*/ aCurSvcs[k][ aCfgLocaleStr ] = aCfgSvcs; } |