diff options
Diffstat (limited to 'sfx2/source/view/viewfrm.cxx')
-rw-r--r-- | sfx2/source/view/viewfrm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx index 219f5dc0a3ed..e857318c0e8b 100644 --- a/sfx2/source/view/viewfrm.cxx +++ b/sfx2/source/view/viewfrm.cxx @@ -3415,7 +3415,7 @@ bool SfxViewFrame::IsSidebarEnabled() xContext = ::comphelper::getProcessComponentContext(); try { bEnabled = officecfg::Office::Common::Misc::ExperimentalSidebar::get( xContext ); - } catch (const uno::Exception &e) { + } catch (const uno::Exception &) { SAL_WARN("sfx2.view", "don't have experimental sidebar option installed"); } |