[Libreoffice-commits] core.git: desktop/source
Michael Stahl
mstahl at redhat.com
Mon May 9 12:19:41 UTC 2016
desktop/source/lib/init.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c47f6d35ee101531452b3035aa5042709d8a44e6
Author: Michael Stahl <mstahl at redhat.com>
Date: Mon May 9 14:17:08 2016 +0200
desktop: warning C4101 unreferenced local variable
Change-Id: I6059dd33828e4d8034e0489068615e96bf5f2e02
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 460157b..ad393e6 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.
}
More information about the Libreoffice-commits
mailing list