summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/first.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-03-17 11:23:55 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-03-17 12:29:05 +0000
commit9e37ccf42a534664cadd43a08803061c48fc1a61 (patch)
tree9dded24ec7eaf970404e09a00f96762c0dcc21fa /lotuswordpro/source/filter/first.hxx
parentd920613f6733fdc5931b972177788eb3fbaee6c9 (diff)
Get rid of some unnecessary macros
Change-Id: I872dd72429eae8d183ea1ca8d76fb30b0e8be715 Reviewed-on: https://gerrit.libreoffice.org/35321 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'lotuswordpro/source/filter/first.hxx')
-rw-r--r--lotuswordpro/source/filter/first.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/lotuswordpro/source/filter/first.hxx b/lotuswordpro/source/filter/first.hxx
index 37311920a0ce..54c55e33e69f 100644
--- a/lotuswordpro/source/filter/first.hxx
+++ b/lotuswordpro/source/filter/first.hxx
@@ -64,11 +64,11 @@ namespace OpenStormBento
// String constants
extern const char gsBenMagicBytes[];
-pCBenNamedObject FindNamedObject(pCUtList pList, const char * sName,
- pCUtListElmt * ppPrev);
+CBenNamedObject * FindNamedObject(CUtList * pList, const char * sName,
+ CUtListElmt ** ppPrev);
-pCBenIDListElmt FindID(pCUtList pList, BenObjectID ObjectID,
- pCUtListElmt * ppPrev);
+CBenIDListElmt * FindID(CUtList * pList, BenObjectID ObjectID,
+ CUtListElmt ** ppPrev);
} // end namespace
// Private headers