summaryrefslogtreecommitdiff
path: root/sw/inc/ndhints.hxx
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2019-09-30 13:46:47 +0200
committerMike Kaganski <mike.kaganski@collabora.com>2019-09-30 17:01:56 +0200
commit9366fc18143194909a158a8252c25d8c3ff6e87a (patch)
tree3f483461e60acfe291e69c5e9766e2c8936e88fc /sw/inc/ndhints.hxx
parent1ae450504cf57457f9702684b1517fda1dd3c481 (diff)
The argument of SwpHints::Insert should not be const
Change-Id: Ic71a53140ae43c5936b0a63213e5c7d068bed45f Reviewed-on: https://gerrit.libreoffice.org/79850 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sw/inc/ndhints.hxx')
-rw-r--r--sw/inc/ndhints.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ndhints.hxx b/sw/inc/ndhints.hxx
index 697b11383df0..ceead82cecd9 100644
--- a/sw/inc/ndhints.hxx
+++ b/sw/inc/ndhints.hxx
@@ -124,7 +124,7 @@ private:
const SetAttrMode nMode );
bool MergePortions( SwTextNode& rNode );
- void Insert( const SwTextAttr *pHt );
+ void Insert(SwTextAttr* pHt);
SW_DLLPUBLIC void Resort() const;
SW_DLLPUBLIC void ResortStartMap() const;
SW_DLLPUBLIC void ResortEndMap() const;