summaryrefslogtreecommitdiff
path: root/jvmfwk/plugins
diff options
context:
space:
mode:
authorArnaud Versini <arnaud.versini@libreoffice.org>2018-10-14 09:27:32 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-10-14 17:13:25 +0200
commit7758115d15ded2afd81946df0865ecc831b179aa (patch)
tree6edea43cafbefc024458d1b2e98391aa52ebba87 /jvmfwk/plugins
parent7e85ee1e5fdf0c122f450155f49d9696aef17de0 (diff)
Remove useless constructor and destructor
Change-Id: I3130ffb7e3ec1c39965ddbc921e5b3ef8303fa31 Reviewed-on: https://gerrit.libreoffice.org/61755 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'jvmfwk/plugins')
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx18
1 files changed, 1 insertions, 17 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx b/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx
index 5aaf385ecc69..254f17e16de9 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx
@@ -31,23 +31,7 @@ using namespace osl;
namespace jfw_plugin
{
-MalformedVersionException::MalformedVersionException()
-{}
-
-MalformedVersionException::MalformedVersionException(
- const MalformedVersionException & )
-{}
-
-MalformedVersionException::~MalformedVersionException()
-{}
-
-MalformedVersionException &
-MalformedVersionException::operator =(
- const MalformedVersionException &)
-{
- return *this;
-}
-
+MalformedVersionException::~MalformedVersionException() = default;
VendorBase::VendorBase(): m_bAccessibility(false)
{