summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-24 11:29:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-24 11:02:35 +0000
commit1d7c589d502fb7f0d874c13e30011ca33a3fb6e4 (patch)
treed6cf220a76462436027144c6441dc0c911f3ecf9 /include/editeng
parent04e5d7a6140295cd73ca92449d6f6783b6d8fd04 (diff)
loplugin: unnecessary destructor cppcanvas..filter
Change-Id: I009cdd60869a67d210edf879ddb451663a7b8676 Reviewed-on: https://gerrit.libreoffice.org/33491 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/forbiddencharacterstable.hxx1
-rw-r--r--include/editeng/svxrtf.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/editeng/forbiddencharacterstable.hxx b/include/editeng/forbiddencharacterstable.hxx
index bd5c7ccbdeea..8c58a55cb006 100644
--- a/include/editeng/forbiddencharacterstable.hxx
+++ b/include/editeng/forbiddencharacterstable.hxx
@@ -43,7 +43,6 @@ private:
public:
SvxForbiddenCharactersTable( const css::uno::Reference< css::uno::XComponentContext >& rxContext);
- virtual ~SvxForbiddenCharactersTable() override {}
Map& GetMap() { return maMap; }
const css::i18n::ForbiddenCharacters* GetForbiddenCharacters( sal_uInt16 nLanguage, bool bGetDefault );
diff --git a/include/editeng/svxrtf.hxx b/include/editeng/svxrtf.hxx
index 2698699e598f..d73b96046d97 100644
--- a/include/editeng/svxrtf.hxx
+++ b/include/editeng/svxrtf.hxx
@@ -60,7 +60,6 @@ class EditNodeIdx
{
public:
EditNodeIdx(EditEngine* pEE, ContentNode* pNd);
- ~EditNodeIdx() {}
sal_Int32 GetIdx() const;
EditNodeIdx* Clone() const; // Cloning itself
ContentNode* GetNode() { return mpNode; }