From c47f6d35ee101531452b3035aa5042709d8a44e6 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 9 May 2016 14:17:08 +0200 Subject: desktop: warning C4101 unreferenced local variable Change-Id: I6059dd33828e4d8034e0489068615e96bf5f2e02 --- desktop/source/lib/init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 460157b8881f..ad393e6879fe 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -1071,7 +1071,7 @@ void doc_paintPartTile(LibreOfficeKitDocument* pThis, doc_setPart(pThis, nOrigPart); } } - catch (const std::exception& exception) + catch (const std::exception&) { // Nothing to do but restore the PartTilePainting flag. } -- cgit