diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-05-09 14:17:08 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-05-09 14:17:08 +0200 |
commit | c47f6d35ee101531452b3035aa5042709d8a44e6 (patch) | |
tree | f6727ebb2310c83b343c7fdd251e66eb767f614d /desktop | |
parent | e8ab8d1ea86d2cadaeed05d14b21d14d23667913 (diff) |
desktop: warning C4101 unreferenced local variable
Change-Id: I6059dd33828e4d8034e0489068615e96bf5f2e02
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/lib/init.cxx | 2 |
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. } |