diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/vba/vbawindow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbawindow.cxx b/sw/source/ui/vba/vbawindow.cxx index fc914cc5769b..b958655fafc0 100644 --- a/sw/source/ui/vba/vbawindow.cxx +++ b/sw/source/ui/vba/vbawindow.cxx @@ -109,7 +109,7 @@ SwVbaWindow::setWindowState( const uno::Any& _windowstate ) else if (nwindowState == word::WdWindowState::wdWindowStateNormal) pWork -> Restore(); else - throw uno::RuntimeException("Invalid Parameter" ); + SAL_WARN("sw.vba", "Unhandled window state " << nwindowState); } } |