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

WaE: Silence bogus MSVC 2012 warning

Change-Id: I166e40e7b6d91fa406f9f3649001c12f054bbf2a
üst f26bfa5b
......@@ -112,6 +112,7 @@ private:
void DataStream::MakeToolbarVisible(ScDocShell *pShell)
{
(void) pShell; // Mysterious MSVC 2012 claim pShell is unreferenced...
css::uno::Reference< css::frame::XFrame > xFrame =
pShell->GetViewData()->GetViewShell()->GetViewFrame()->GetFrame().GetFrameInterface();
if (!xFrame.is())
......
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