Kaydet (Commit) 1c05b867 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: 'e' : unreferenced local variable

Change-Id: I4e67dece0ead3097eb945d8f67795d93b8595eb1
üst 9d9878f8
......@@ -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");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment