summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-05-09 14:17:08 +0200
committerMichael Stahl <mstahl@redhat.com>2016-05-09 14:17:08 +0200
commitc47f6d35ee101531452b3035aa5042709d8a44e6 (patch)
treef6727ebb2310c83b343c7fdd251e66eb767f614d /desktop
parente8ab8d1ea86d2cadaeed05d14b21d14d23667913 (diff)
desktop: warning C4101 unreferenced local variable
Change-Id: I6059dd33828e4d8034e0489068615e96bf5f2e02
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx2
1 files changed, 1 insertions, 1 deletions
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.
}