summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/navipi.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-09-30 20:44:27 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-10-01 20:57:56 +0200
commite512b53ef8ae7945131876d32121fdbbdeb1de35 (patch)
treee1b3d828d3d44c2c87b2c795fb6c43cdd0d79f2e /sw/source/uibase/inc/navipi.hxx
parent397eb9155a4b3399e78374fc8561de29b3d2cee6 (diff)
loplugin:constparams
Change-Id: I0d1ad95a9944c9077a1b9db11f2ae05f993c2b36 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122900 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/inc/navipi.hxx')
-rw-r--r--sw/source/uibase/inc/navipi.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/navipi.hxx b/sw/source/uibase/inc/navipi.hxx
index 85eacaf826e5..670ac5fff068 100644
--- a/sw/source/uibase/inc/navipi.hxx
+++ b/sw/source/uibase/inc/navipi.hxx
@@ -141,7 +141,7 @@ public:
virtual void GetControlState(const sal_uInt16 /*nSId*/,
boost::property_tree::ptree& /*rState*/) override {};
- static OUString CreateDropFileName( TransferableDataHelper& rData );
+ static OUString CreateDropFileName( const TransferableDataHelper& rData );
static OUString CleanEntry(const OUString& rEntry);
RegionMode GetRegionDropMode() const {return m_nRegionMode;}