diff options
author | obo <obo@openoffice.org> | 2010-06-11 09:30:32 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-06-11 09:30:32 +0200 |
commit | 53e3e176afd07b9398427537df404c0a55c43208 (patch) | |
tree | 21e47e5c27d2c6f6a98e705da0cdb99af196f63a /sw/source | |
parent | 6dbd9761736fb12a8fe367595a8b7f0a4d655fa0 (diff) |
masterfix: #i10000# bNothingSelected obsolete
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/ui/lingu/olmenu.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/ui/lingu/olmenu.cxx b/sw/source/ui/lingu/olmenu.cxx index b4914f980c..9a1d361012 100644 --- a/sw/source/ui/lingu/olmenu.cxx +++ b/sw/source/ui/lingu/olmenu.cxx @@ -315,7 +315,6 @@ void SwSpellPopup::fillLangPopupMenu( { //make a check mark for the current language pPopupMenu->CheckItem( nItemId, TRUE ); - bNothingSelected = false; } rLangTable[ nItemId ] = aEntryTxt; ++nItemId; |