summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/bento.hxx
diff options
context:
space:
mode:
authorPovilas Kanapickas <povilas.kanapickas@gmail.com>2010-10-18 19:33:02 +0100
committerMichael Meeks <michael.meeks@novell.com>2010-10-18 19:33:02 +0100
commit42b0ace3fa39a2f672d2222ea57482258058d249 (patch)
tree89a2ec5bce3b142c21dfac67abb3dccd1b85a63b /lotuswordpro/source/filter/bento.hxx
parentd5c6b69895b269ff46e8c45b8a1d1511f5aeee85 (diff)
remove non-compiled code
Diffstat (limited to 'lotuswordpro/source/filter/bento.hxx')
-rw-r--r--lotuswordpro/source/filter/bento.hxx21
1 files changed, 0 insertions, 21 deletions
diff --git a/lotuswordpro/source/filter/bento.hxx b/lotuswordpro/source/filter/bento.hxx
index d13fc7933136..2ae50747b0fe 100644
--- a/lotuswordpro/source/filter/bento.hxx
+++ b/lotuswordpro/source/filter/bento.hxx
@@ -237,18 +237,6 @@ public:
~LtcUtBenValueStream();
public: // Overridden methods
-#if 0 // Deleted by 2004-06-16
- UtError Open(UtBool /* OpenNew */, UtStrmOpenFlags /* Flags */);
- UtError Close();
- UtError Seek(long Offset, UtSeekMode Mode);
- UtError GetPosition(unsigned long * pPosition);
- UtError GetSize(unsigned long * pSize);
- UtError Read(UtStrmDataPtr pBuffer, unsigned long MaxSize,
- unsigned long * pAmtRead);
- UtError Write(UtConstStrmDataPtr pBuffer, unsigned long Size,
- unsigned long * pAmtWritten);
- UtError Flush();
-#endif
/* added by */
CBenValue * GetValue(){ return cpValue; };
@@ -261,9 +249,6 @@ protected: // Overridden methods
virtual void SetSize( ULONG nSize );
virtual void FlushData();
-#if 0// Deleted by 2004-06-16
- UtError TruncateSize(unsigned long Size);
-#endif
private: // Data
pCBenValue cpValue;
unsigned long cCurrentPosition;
@@ -428,12 +413,6 @@ public:
pLtcBenContainer GetContainer() { return GetBenObject()->GetContainer(); }
public: // Internal methods
-#if 0
- CBenProperty(pCBenObject pObject, BenObjectID PropertyID,
- BenObjectID TypeID, pCBenIDListElmt pPrevProperty) :
- CBenIDListElmt(PropertyID, pPrevProperty), cValue(this, TypeID)
- { cpObject = pObject; }
-#endif
// changed by to remove WARNING here 2004-06-24
CBenProperty(pCBenObject pObject, BenObjectID PropertyID,
BenObjectID TypeID, pCBenIDListElmt pPrevProperty) :