diff options
author | obo <obo@openoffice.org> | 2010-06-11 08:13:02 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-06-11 08:13:02 +0200 |
commit | 6cc21824f99f6f6a704f1d49a872d8ca0bb032ab (patch) | |
tree | 774093a21736be4e50fa2863d92cf0be03f1343a | |
parent | f80893d9a3dbb7acb449d505dc585e72c2720f50 (diff) |
masterfix: #i10000# bNothingSelected obsoleteooo/DEV300_m82
-rw-r--r-- | framework/source/uielement/langselectionstatusbarcontroller.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/source/uielement/langselectionstatusbarcontroller.cxx b/framework/source/uielement/langselectionstatusbarcontroller.cxx index bf5b660b5f..cc408eb6f2 100644 --- a/framework/source/uielement/langselectionstatusbarcontroller.cxx +++ b/framework/source/uielement/langselectionstatusbarcontroller.cxx @@ -227,7 +227,6 @@ throw (::com::sun::star::uno::RuntimeException) { //make a sign for the current language xPopupMenu->checkItem( nItemId, TRUE ); - bNothingSelected = false; } aLangMap[ nItemId ] = rStr; ++nItemId; |