diff options
author | Joachim Lingner <jl@openoffice.org> | 2010-09-10 17:05:00 +0200 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2010-09-10 17:05:00 +0200 |
commit | ee261e71c49c9622b0f17d808a2916dcb9f138e0 (patch) | |
tree | 7c7a6acaf509fbb68c520cb954d24e6cee72264e | |
parent | aa24f45a25b29d19d740ba1ddd2f3ca88d668f01 (diff) |
jl158 #i114008# sed problem on solaris fixed
-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 87d5c000d3..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) ); |