From 7e0f06f412bce0f2dd896cb4159e99a150778c40 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 10 May 2018 09:31:46 +0200 Subject: writerfilter, writerperfect: various small cleanups Change-Id: Iea26b73bd91ed178cc4f2279c23246d79f48a6be Reviewed-on: https://gerrit.libreoffice.org/54063 Reviewed-by: Miklos Vajna Tested-by: Jenkins --- writerperfect/source/writer/EPUBExportDialog.cxx | 2 +- writerperfect/source/writer/exp/txtparai.cxx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'writerperfect') diff --git a/writerperfect/source/writer/EPUBExportDialog.cxx b/writerperfect/source/writer/EPUBExportDialog.cxx index fa9bc9193992..935858dfd27d 100644 --- a/writerperfect/source/writer/EPUBExportDialog.cxx +++ b/writerperfect/source/writer/EPUBExportDialog.cxx @@ -221,7 +221,7 @@ IMPL_LINK_NOARG(EPUBExportDialog, OKClickHdl, weld::Button&, void) m_xDialog->response(RET_OK); } -EPUBExportDialog::~EPUBExportDialog() {} +EPUBExportDialog::~EPUBExportDialog() = default; } // namespace writerperfect diff --git a/writerperfect/source/writer/exp/txtparai.cxx b/writerperfect/source/writer/exp/txtparai.cxx index 297c5824ccf8..3a5d6bf44d46 100644 --- a/writerperfect/source/writer/exp/txtparai.cxx +++ b/writerperfect/source/writer/exp/txtparai.cxx @@ -202,7 +202,6 @@ private: XMLRubyContext::XMLRubyContext(XMLImport& rImport, const librevenge::RVNGPropertyList& rPropertyList) : XMLImportContext(rImport) - , m_sRubyText() { // Inherit properties from parent. librevenge::RVNGPropertyList::Iter itProp(rPropertyList); -- cgit