summaryrefslogtreecommitdiffstats
path: root/forms
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-05 09:03:49 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-05 09:03:49 +0100
commitccda3f37a4be4415e7349eed44cb9619da5cb153 (patch)
treee933b3f659f0ec3007c316a981aae4c4f1654363 /forms
parentloplugin:unnecessaryoverride (dtors) in framework (diff)
downloadcore-ccda3f37a4be4415e7349eed44cb9619da5cb153.tar.gz
core-ccda3f37a4be4415e7349eed44cb9619da5cb153.zip
loplugin:unnecessaryoverride (dtors) in forms
Change-Id: Ia6787aa9dc7963b1e44604f22bfc95e0333a7f79
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/imgprod.cxx7
-rw-r--r--forms/source/helper/commandimageprovider.cxx3
2 files changed, 0 insertions, 10 deletions
diff --git a/forms/source/component/imgprod.cxx b/forms/source/component/imgprod.cxx
index dab9b8f45574..945d45d719fa 100644
--- a/forms/source/component/imgprod.cxx
+++ b/forms/source/component/imgprod.cxx
@@ -42,7 +42,6 @@ public:
ImgProdLockBytes( SvStream* pStm, bool bOwner );
explicit ImgProdLockBytes( css::uno::Reference< css::io::XInputStream > & rStreamRef );
- virtual ~ImgProdLockBytes() override;
virtual ErrCode ReadAt( sal_uInt64 nPos, void* pBuffer, std::size_t nCount, std::size_t * pRead ) const override;
virtual ErrCode WriteAt( sal_uInt64 nPos, const void* pBuffer, std::size_t nCount, std::size_t * pWritten ) override;
@@ -83,12 +82,6 @@ ImgProdLockBytes::ImgProdLockBytes( css::uno::Reference< css::io::XInputStream >
}
}
-
-ImgProdLockBytes::~ImgProdLockBytes()
-{
-}
-
-
ErrCode ImgProdLockBytes::ReadAt(sal_uInt64 const nPos,
void* pBuffer, std::size_t nCount, std::size_t * pRead) const
{
diff --git a/forms/source/helper/commandimageprovider.cxx b/forms/source/helper/commandimageprovider.cxx
index 88e9bc6713e6..e35ac39fecc5 100644
--- a/forms/source/helper/commandimageprovider.cxx
+++ b/forms/source/helper/commandimageprovider.cxx
@@ -59,9 +59,6 @@ namespace frm
{
impl_init_nothrow( _rContext, _rxDocument );
}
- virtual ~DocumentCommandImageProvider() override
- {
- }
// ICommandImageProvider
virtual CommandImages getCommandImages( const css::uno::Sequence< OUString >& _rCommandURLs, const bool _bLarge ) const override;