summaryrefslogtreecommitdiffstats
path: root/editeng/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-03-08 10:47:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-08 10:44:29 +0100
commitb8fe96f1da2c42c04a8094ca8c57d49763b7bded (patch)
treed2b1852c89f1776ef8ee25bbb99c6bd74a1ae984 /editeng/inc
parentloplugin:constantparam in canvas..comphelper (diff)
downloadcore-b8fe96f1da2c42c04a8094ca8c57d49763b7bded.tar.gz
core-b8fe96f1da2c42c04a8094ca8c57d49763b7bded.zip
loplugin:constantparam in desktop..i18npool
Change-Id: Ie2e1004c1ccc03777a8da9cb1144e89eb28ff313 Reviewed-on: https://gerrit.libreoffice.org/50928 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'editeng/inc')
-rw-r--r--editeng/inc/editdoc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/inc/editdoc.hxx b/editeng/inc/editdoc.hxx
index e833d8b005ce..755e642e345d 100644
--- a/editeng/inc/editdoc.hxx
+++ b/editeng/inc/editdoc.hxx
@@ -289,7 +289,7 @@ public:
/// return length including expanded fields
sal_uLong GetExpandedLen() const;
/// return content including expanded fields
- OUString GetExpandedText(sal_Int32 nStartPos = 0, sal_Int32 nEndPos = -1, bool bResolveFields = true) const;
+ OUString GetExpandedText(sal_Int32 nStartPos = 0, sal_Int32 nEndPos = -1) const;
/// re-write offsets in the expanded text to string offsets
void UnExpandPositions( sal_Int32 &rStartPos, sal_Int32 &rEndPos );