summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwp9reader.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-17 11:48:35 +0200
committerNoel Grandin <noel@peralex.com>2015-07-17 11:50:06 +0200
commit0f732c41bc4edd7075ff68a81c0ca299e3e913c9 (patch)
tree395e8ebdf457db355dc0dd5ac161311d7eda850d /lotuswordpro/source/filter/lwp9reader.hxx
parentformatting of public/private/protected section qualifiers (diff)
downloadcore-0f732c41bc4edd7075ff68a81c0ca299e3e913c9.tar.gz
core-0f732c41bc4edd7075ff68a81c0ca299e3e913c9.zip
loplugin:unusedmethods lotuswordpro
Change-Id: I17927d48a75c332f1ddc3853145b14daac17f9c0
Diffstat (limited to 'lotuswordpro/source/filter/lwp9reader.hxx')
-rw-r--r--lotuswordpro/source/filter/lwp9reader.hxx36
1 files changed, 18 insertions, 18 deletions
diff --git a/lotuswordpro/source/filter/lwp9reader.hxx b/lotuswordpro/source/filter/lwp9reader.hxx
index 30583939ac5e..ecf175d8e6c0 100644
--- a/lotuswordpro/source/filter/lwp9reader.hxx
+++ b/lotuswordpro/source/filter/lwp9reader.hxx
@@ -61,29 +61,29 @@
#include "lwpfilehdr.hxx"
#include "lwpobjfactory.hxx"
#include "xfilter/ixfstream.hxx"
+
/**
* @brief Reader framework class for Lotus Word Pro 9 file
*/
class Lwp9Reader
{
- public:
- Lwp9Reader(LwpSvStream* InputStream, IXFStream* pStream);
- ~Lwp9Reader(){}
- private:
- LwpSvStream* m_pDocStream;
- IXFStream* m_pStream;
- LwpObjectFactory* m_pObjMgr;
- LwpFileHeader m_LwpFileHdr; //LWP7 object
- protected:
- sal_Int64 GetFileSize();
- void ReadFileHeader();
- void ReadIndex();
- void DumpAllObjects();
- void ParseDocument();
- void WriteDocHeader();
- void WriteDocEnd();
- public:
- void Read();
+public:
+ Lwp9Reader(LwpSvStream* InputStream, IXFStream* pStream);
+ ~Lwp9Reader(){}
+private:
+ LwpSvStream* m_pDocStream;
+ IXFStream* m_pStream;
+ LwpObjectFactory* m_pObjMgr;
+ LwpFileHeader m_LwpFileHdr; //LWP7 object
+protected:
+ sal_Int64 GetFileSize();
+ void ReadFileHeader();
+ void ReadIndex();
+ void ParseDocument();
+ void WriteDocHeader();
+ void WriteDocEnd();
+public:
+ void Read();
};
#endif