diff options
author | obo <obo@openoffice.org> | 2010-09-14 13:03:44 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-09-14 13:03:44 +0200 |
commit | 5fd7c99871b452da81233ee979a9f5f8c558d5d9 (patch) | |
tree | b55093b6eccbf11701cc9cf2b481030ed0c66fad | |
parent | 2b5213edaeac779555351e9136a896119bde149a (diff) | |
parent | ee261e71c49c9622b0f17d808a2916dcb9f138e0 (diff) |
CWS-TOOLING: integrate CWS jl158ooo/OOO330_m8
-rw-r--r-- | sw/source/ui/lingu/olmenu.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/lingu/olmenu.cxx b/sw/source/ui/lingu/olmenu.cxx index 933959d172..b5639ca6c6 100644 --- a/sw/source/ui/lingu/olmenu.cxx +++ b/sw/source/ui/lingu/olmenu.cxx @@ -823,7 +823,7 @@ void SwSpellPopup::Execute( USHORT nId ) else if (MN_DICTIONARIES_START <= nId && nId <= MN_DICTIONARIES_END) { OUString aWord( xSpellAlt->getWord() ); - //DBG_ASSERT( nDicIdx < aDics.getLength(), "dictionary index out of range" ); +// DBG_ASSERT( nDicIdx < aDics.getLength(), "dictionary index out of range" ); PopupMenu *pMenu = GetPopupMenu(MN_ADD_TO_DIC); String aDicName ( pMenu->GetItemText(nId) ); |