diff options
Diffstat (limited to 'lotuswordpro/source')
-rw-r--r-- | lotuswordpro/source/filter/bento.hxx | 1 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwpfoundry.hxx | 4 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwpuidoc.hxx | 4 |
3 files changed, 2 insertions, 7 deletions
diff --git a/lotuswordpro/source/filter/bento.hxx b/lotuswordpro/source/filter/bento.hxx index 96e67145532d..ebe093128f10 100644 --- a/lotuswordpro/source/filter/bento.hxx +++ b/lotuswordpro/source/filter/bento.hxx @@ -177,7 +177,6 @@ public: public: // Overridden methods /* added by */ - CBenValue * GetValue(){ return cpValue; }; sal_uLong GetSize() { return m_ulValueLength; }; protected: // Overridden methods diff --git a/lotuswordpro/source/filter/lwpfoundry.hxx b/lotuswordpro/source/filter/lwpfoundry.hxx index b5d4966cc52b..19e6d23fdd67 100644 --- a/lotuswordpro/source/filter/lwpfoundry.hxx +++ b/lotuswordpro/source/filter/lwpfoundry.hxx @@ -79,9 +79,7 @@ class LwpBookMark; class LwpVersionManager { public: - LwpVersionManager(){} - ~LwpVersionManager(){} -public: + LwpVersionManager() = delete; static void Read(LwpObjectStream *pStrm); static void Skip(LwpObjectStream *pStrm); }; diff --git a/lotuswordpro/source/filter/lwpuidoc.hxx b/lotuswordpro/source/filter/lwpuidoc.hxx index e2e9ddb83ad6..b2ee70548962 100644 --- a/lotuswordpro/source/filter/lwpuidoc.hxx +++ b/lotuswordpro/source/filter/lwpuidoc.hxx @@ -77,9 +77,7 @@ class LwpMergeOptions; class LwpNamedProperties { public: - LwpNamedProperties(){} - ~LwpNamedProperties(){} -public: + LwpNamedProperties() = delete; static void Read(LwpObjectStream *pStrm); }; /** |