diff options
author | Serge Krot <Serge.Krot@cib.de> | 2015-10-25 14:37:11 +0300 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2015-10-25 22:31:44 +0000 |
commit | 0b018d202dfcf4bb16b708e10085a4146243b0a0 (patch) | |
tree | 4a00a62a88666944f6e7178ab70c497a090becc2 /dtrans/test | |
parent | ce463679a5a362d5c3f7c146f70b6be838ddbb2d (diff) |
tdf#39440: fix several warnings reported by cppcheck
Change-Id: I560d28b7cc67740c6479494d0e5aa62d2ac6ffae
Reviewed-on: https://gerrit.libreoffice.org/19587
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'dtrans/test')
-rw-r--r-- | dtrans/test/win32/dnd/atlwindow.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dtrans/test/win32/dnd/atlwindow.cxx b/dtrans/test/win32/dnd/atlwindow.cxx index 35e2cb5b1aca..e7039e204d1d 100644 --- a/dtrans/test/win32/dnd/atlwindow.cxx +++ b/dtrans/test/win32/dnd/atlwindow.cxx @@ -139,7 +139,6 @@ LRESULT AWindow::OnMouseAction(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bH LRESULT AWindow::OnTimer(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) { - HRESULT hr; USES_CONVERSION; KillTimer( 1); if(m_xDragSource.is()) |