summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/first.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-06-19 09:46:31 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-06-20 22:03:12 +0200
commitda2f237ab232f01cb21c9d79c53c6921da4e0135 (patch)
tree3916387289943c255fe01ba0bf9003bde732d5dc /lotuswordpro/source/filter/first.hxx
parentec25aee171d77a2bc69e01c2dd7c8233075d2511 (diff)
ofz: use OString instead of bare char*
Change-Id: I2f7bfbd62c0a5477f0cbb38e86684db4fdb9c37f Reviewed-on: https://gerrit.libreoffice.org/38953 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'lotuswordpro/source/filter/first.hxx')
-rw-r--r--lotuswordpro/source/filter/first.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/first.hxx b/lotuswordpro/source/filter/first.hxx
index 54c55e33e69f..3b412b52e05a 100644
--- a/lotuswordpro/source/filter/first.hxx
+++ b/lotuswordpro/source/filter/first.hxx
@@ -64,7 +64,7 @@ namespace OpenStormBento
// String constants
extern const char gsBenMagicBytes[];
-CBenNamedObject * FindNamedObject(CUtList * pList, const char * sName,
+CBenNamedObject * FindNamedObject(CUtList * pList, const OString& rName,
CUtListElmt ** ppPrev);
CBenIDListElmt * FindID(CUtList * pList, BenObjectID ObjectID,