summaryrefslogtreecommitdiff
path: root/sw/inc/ndarr.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-04 15:17:10 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-04 16:06:22 +0200
commitc14f1abc49de68591298437b33b07feeddeb5a5d (patch)
tree04923fa380f401559d16bbd98c3d484158d1708e /sw/inc/ndarr.hxx
parentfa1be538cdb0f15aff717aa8583c191194609266 (diff)
loplugin:constparams in sw part4
Change-Id: Ic42b2691869b61ba906222db893e284d8b9c39c1 Reviewed-on: https://gerrit.libreoffice.org/40767 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/ndarr.hxx')
-rw-r--r--sw/inc/ndarr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ndarr.hxx b/sw/inc/ndarr.hxx
index a2cddd0133bc..fbc56be1e810 100644
--- a/sw/inc/ndarr.hxx
+++ b/sw/inc/ndarr.hxx
@@ -234,7 +234,7 @@ public:
const OUString &rName,
sal_Int64 nAspect,
SwGrfFormatColl *pColl,
- SwAttrSet* pAutoAttr ); ///< in ndole.cxx
+ SwAttrSet const * pAutoAttr ); ///< in ndole.cxx
/// Array of all OutlineNodes.
const SwOutlineNodes& GetOutLineNds() const { return *m_pOutlineNodes;}