summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/first.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/first.hxx')
-rw-r--r--lotuswordpro/source/filter/first.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/lotuswordpro/source/filter/first.hxx b/lotuswordpro/source/filter/first.hxx
index 4a4f8fa67a70..9acf487ed380 100644
--- a/lotuswordpro/source/filter/first.hxx
+++ b/lotuswordpro/source/filter/first.hxx
@@ -64,11 +64,9 @@ namespace OpenStormBento
// String constants
extern const char gsBenMagicBytes[];
-CBenNamedObject * FindNamedObject(CUtList * pList, const OString& rName,
- CUtListElmt ** ppPrev);
+CBenNamedObject* FindNamedObject(CUtList* pList, const OString& rName, CUtListElmt** ppPrev);
-CBenIDListElmt * FindID(CUtList * pList, BenObjectID ObjectID,
- CUtListElmt ** ppPrev);
+CBenIDListElmt* FindID(CUtList* pList, BenObjectID ObjectID, CUtListElmt** ppPrev);
} // end namespace
#endif