summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/docundomanager.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-02 22:30:25 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-02 22:30:25 +0200
commit278aae133e3252572bfae5e950c6ec9f8f254b29 (patch)
treed3ad63d4ed6c501e615abeae89640d3d14c6354a /sfx2/source/doc/docundomanager.cxx
parent58c0252f372221eb71a669686c34f945533bd530 (diff)
loplugin:casttovoid: sfx2
Change-Id: If08aeb785b6ccffe477ddacc314f2182f6746648
Diffstat (limited to 'sfx2/source/doc/docundomanager.cxx')
-rw-r--r--sfx2/source/doc/docundomanager.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/source/doc/docundomanager.cxx b/sfx2/source/doc/docundomanager.cxx
index 693084ec14c2..143dffb1e3e3 100644
--- a/sfx2/source/doc/docundomanager.cxx
+++ b/sfx2/source/doc/docundomanager.cxx
@@ -414,9 +414,8 @@ namespace sfx2
}
- void SAL_CALL DocumentUndoManager::setParent( const Reference< XInterface >& i_parent )
+ void SAL_CALL DocumentUndoManager::setParent( const Reference< XInterface >& )
{
- (void)i_parent;
throw NoSupportException( OUString(), m_pImpl->getThis() );
}