summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/UnoDocumentSettings.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-05 09:00:32 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-05 09:00:32 +0100
commit542bb6b7876f7a5aef4e27f054fba39448b111b5 (patch)
treeeced796a47321bcf10ff5a31a4736d2433294c2b /sd/source/ui/unoidl/UnoDocumentSettings.cxx
parent4586cc8b62f93c1cb113218da4ebe332692fe314 (diff)
loplugin:unnecessaryoverride (dtors) in sd
Change-Id: Ibe339042a523f7c55fbcea68756524fc168e8558
Diffstat (limited to 'sd/source/ui/unoidl/UnoDocumentSettings.cxx')
-rw-r--r--sd/source/ui/unoidl/UnoDocumentSettings.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sd/source/ui/unoidl/UnoDocumentSettings.cxx b/sd/source/ui/unoidl/UnoDocumentSettings.cxx
index 32e4fa64a665..c6aba162be0c 100644
--- a/sd/source/ui/unoidl/UnoDocumentSettings.cxx
+++ b/sd/source/ui/unoidl/UnoDocumentSettings.cxx
@@ -72,7 +72,6 @@ namespace sd
{
public:
explicit DocumentSettings( SdXImpressDocument* pModel );
- virtual ~DocumentSettings() throw() override;
// XInterface
virtual Any SAL_CALL queryInterface( const Type& aType ) throw (RuntimeException, std::exception) override;
@@ -221,10 +220,6 @@ DocumentSettings::DocumentSettings( SdXImpressDocument* pModel )
{
}
-DocumentSettings::~DocumentSettings() throw()
-{
-}
-
bool DocumentSettings::LoadList( XPropertyListType t, const OUString &rInPath,
const OUString &rReferer,
const uno::Reference< embed::XStorage > &xStorage )