summaryrefslogtreecommitdiff
path: root/forms/source/helper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-02 22:32:12 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-02 22:32:12 +0200
commitef7d2da6aaa2efe6dff221803a1f83b626e68529 (patch)
treea087a368f16235ffdb51f1d5963fb1551b9136de /forms/source/helper
parent385ab75a63023bd46ad2d2f5c548e14eb029215c (diff)
loplugin:casttovoid: forms
Change-Id: Ib3f4eaa68566665b9d6eec324cef593411b1aa7b
Diffstat (limited to 'forms/source/helper')
-rw-r--r--forms/source/helper/windowstateguard.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/forms/source/helper/windowstateguard.cxx b/forms/source/helper/windowstateguard.cxx
index b7c07f05484b..952476709206 100644
--- a/forms/source/helper/windowstateguard.cxx
+++ b/forms/source/helper/windowstateguard.cxx
@@ -179,7 +179,6 @@ namespace frm
void SAL_CALL WindowStateGuard_Impl::disposing( const EventObject& Source )
{
OSL_ENSURE( Source.Source == m_xWindow, "WindowStateGuard_Impl::disposing: where does this come from?" );
- (void)Source;
dispose();
}