summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/bento.hxx
diff options
context:
space:
mode:
authorGuillaume Poussel <gpoussel@gmail.com>2011-03-04 00:13:34 +0100
committerLuboš Luňák <l.lunak@suse.cz>2011-03-04 19:56:52 +0100
commitb68c65fbc96ecbc2e133c5c961fd5eb0d3ff653f (patch)
tree8cb00f87af5e714b2dcf632171d6c5f56ae5086d /lotuswordpro/source/filter/bento.hxx
parent4a62022f7fd624e0408a7ef3db911c2756bf361a (diff)
Remove useless comments in filters.
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'lotuswordpro/source/filter/bento.hxx')
-rw-r--r--lotuswordpro/source/filter/bento.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/lotuswordpro/source/filter/bento.hxx b/lotuswordpro/source/filter/bento.hxx
index 21d821b032fe..e3008f14ade0 100644
--- a/lotuswordpro/source/filter/bento.hxx
+++ b/lotuswordpro/source/filter/bento.hxx
@@ -214,7 +214,7 @@ private: // Data
class CBenNamedObjectListElmt : public CUtListElmt
{
public: // Methods
- // added by to remove warning 2004-06-24
+ // added to remove warning
CBenNamedObjectListElmt(pCBenNamedObjectListElmt pPrev) : CUtListElmt(pPrev)
{ cpNamedObject = NULL; }
void SetNamedObject(pCBenNamedObject pObj)
@@ -293,13 +293,12 @@ public: // Internal methods
pCUtList GetObjects() { return &cObjects; }
pCUtList GetNamedObjects() { return &cNamedObjects; }
- // Added by 2004-06-10
LtcUtBenValueStream * FindNextValueStreamWithPropertyName(const char * sPropertyName, LtcUtBenValueStream * pCurrentValueStream);
LtcUtBenValueStream * FindValueStreamWithPropertyName(const char * sPropertyName);
LtcUtBenValueStream * FindObjectValueStreamWithObjectIDAndProperty(BenObjectID ObjectID, const char * sPropertyName);
BenError CreateGraphicStreams(std::vector<SvStream *> * pStreamVector) ;
BenError CreateGraphicStream(SvStream * &pStream, const char *pObjectName);
- //Add by 10/24/2005
+
SotStorageStreamRef ConvertAswStorageToOLE2Stream(const char * sObjectName);
LtcUtBenValueStream * FindOLEStorageStreamWithObjectName(const char * sObjectName, AswEntry& rDirStruct);
void ReadAswEntry(SvStream * pStream, AswEntry& rEntry);
@@ -368,7 +367,7 @@ public:
pCBenProperty BEN_EXPORT GetProperty() { return cpProperty; }
public: // Internal methods
- // added by to remove WARNING 2004-06-24
+ // added to remove WARNING
CBenValue(BenObjectID TypeID):CBenIDListElmt(TypeID)
{
cpProperty = NULL;
@@ -414,7 +413,7 @@ public:
pLtcBenContainer GetContainer() { return GetBenObject()->GetContainer(); }
public: // Internal methods
- // changed by to remove WARNING here 2004-06-24
+ // changed to remove WARNING here
CBenProperty(pCBenObject pObject, BenObjectID PropertyID,
BenObjectID TypeID, pCBenIDListElmt pPrevProperty) :
CBenIDListElmt(PropertyID, pPrevProperty), cValue(TypeID)