From 3c84ee9cce41c0d28a9ddbf1243ef571b4578448 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sun, 25 May 2014 17:03:42 +0200 Subject: cppcheck: unusedFunction Change-Id: I81f2a4be65bbc9359e51accccb746f1e8ea48c4f --- lotuswordpro/source/filter/lwp9reader.cxx | 6 ------ lotuswordpro/source/filter/lwp9reader.hxx | 1 - 2 files changed, 7 deletions(-) (limited to 'lotuswordpro/source') diff --git a/lotuswordpro/source/filter/lwp9reader.cxx b/lotuswordpro/source/filter/lwp9reader.cxx index e0ec3319c1f4..a4ec3e540654 100644 --- a/lotuswordpro/source/filter/lwp9reader.cxx +++ b/lotuswordpro/source/filter/lwp9reader.cxx @@ -98,12 +98,6 @@ void Lwp9Reader::Read() LwpGlobalMgr::DeleteInstance(); } -/** - * @descr Read the OLE objects. - */ -void Lwp9Reader::ReadOleObjects() -{ -} /** * @descr Read the LWP7 object. */ diff --git a/lotuswordpro/source/filter/lwp9reader.hxx b/lotuswordpro/source/filter/lwp9reader.hxx index f22cd8b4d9b8..cb288c16acdf 100644 --- a/lotuswordpro/source/filter/lwp9reader.hxx +++ b/lotuswordpro/source/filter/lwp9reader.hxx @@ -83,7 +83,6 @@ class Lwp9Reader void ParseDocument(); void WriteDocHeader(); void WriteDocEnd(); - void ReadOleObjects(); public: void Read(); }; -- cgit