summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpfoundry.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpfoundry.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpfoundry.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpfoundry.hxx b/lotuswordpro/source/filter/lwpfoundry.hxx
index b0d9af4b552a..3f137c2aeec1 100644
--- a/lotuswordpro/source/filter/lwpfoundry.hxx
+++ b/lotuswordpro/source/filter/lwpfoundry.hxx
@@ -86,8 +86,8 @@ public:
LwpVersionManager(){}
~LwpVersionManager(){}
public:
- void Read(LwpObjectStream *pStrm);
- void Skip(LwpObjectStream *pStrm);
+ static void Read(LwpObjectStream *pStrm);
+ static void Skip(LwpObjectStream *pStrm);
};
class LwpObjectManager