[Libreoffice-commits] core.git: sw/source
Stephan Bergmann
sbergman at redhat.com
Wed Sep 27 15:13:37 UTC 2017
sw/source/core/crsr/bookmrk.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 14e2a82002042a3fe4d8866b635ee84a436a7a7c
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Sep 27 17:13:10 2017 +0200
loplugin:constparams
Change-Id: I14673c52584214bef157f2db2e1fdd57c4667d4a
diff --git a/sw/source/core/crsr/bookmrk.cxx b/sw/source/core/crsr/bookmrk.cxx
index 7a2b17004248..64a116aac1f7 100644
--- a/sw/source/core/crsr/bookmrk.cxx
+++ b/sw/source/core/crsr/bookmrk.cxx
@@ -65,7 +65,7 @@ namespace
}
}
- void lcl_AssertFieldMarksSet(Fieldmark* const pField,
+ void lcl_AssertFieldMarksSet(Fieldmark const * const pField,
const sal_Unicode aStartMark,
const sal_Unicode aEndMark)
{
More information about the Libreoffice-commits
mailing list