summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-25 17:03:42 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-25 21:55:34 +0200
commit3c84ee9cce41c0d28a9ddbf1243ef571b4578448 (patch)
tree89dc207758c1519033945a315d13aa0409cf3d43 /lotuswordpro
parentc31f50f63872ccb1527dd661670cc7ab01fd6021 (diff)
cppcheck: unusedFunction
Change-Id: I81f2a4be65bbc9359e51accccb746f1e8ea48c4f
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/lwp9reader.cxx6
-rw-r--r--lotuswordpro/source/filter/lwp9reader.hxx1
2 files changed, 0 insertions, 7 deletions
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
@@ -99,12 +99,6 @@ void Lwp9Reader::Read()
}
/**
- * @descr Read the OLE objects.
- */
-void Lwp9Reader::ReadOleObjects()
-{
-}
-/**
* @descr Read the LWP7 object.
*/
void Lwp9Reader::ReadFileHeader()
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();
};