summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2014-07-04 11:40:55 +0200
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-07-04 13:31:37 +0200
commit1b35b63e7bb5fd37c7db8575c55a273c59354175 (patch)
tree18439bde0bb1aa48e6239052abc79a87a7548c3a /svx
parentbff3cba118eb43142b98be627ca6bdf31d7485fa (diff)
coverity#704033 Uncheck return value
Change-Id: I7c119d41d2419f1181f6fe30d501e5142d2586ec
Diffstat (limited to 'svx')
-rw-r--r--svx/source/form/fmshimp.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx
index 72c47a6f325c..8d8c5368923a 100644
--- a/svx/source/form/fmshimp.cxx
+++ b/svx/source/form/fmshimp.cxx
@@ -894,7 +894,6 @@ void SAL_CALL FmXFormShell::formDeactivated(const EventObject& rEvent) throw( Ru
void FmXFormShell::disposing()
{
- impl_checkDisposed();
FmXFormShell_BASE::disposing();