diff options
-rw-r--r-- | sw/source/uibase/docvw/edtwin.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx index 4e9095568392..a7c5e1cbe6dc 100644 --- a/sw/source/uibase/docvw/edtwin.cxx +++ b/sw/source/uibase/docvw/edtwin.cxx @@ -5561,9 +5561,7 @@ void SwEditWin::Command( const CommandEvent& rCEvt ) } break; default: -#if OSL_DEBUG_LEVEL > 0 - OSL_ENSURE( false, "unknown command." ); -#endif + SAL_WARN("sw.ui", "unknown command."); break; } if (bCallBase) |