summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-01-24 16:39:11 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-01-25 10:23:09 +0100
commitfbe2d12f19dac29107e89ce4b3153fa6922633e5 (patch)
tree6e0784b76d1b696f07ceb35e60296e96a7a386b3 /editeng
parentdd42329b4a204d9d9dcac102095f144ea3eca791 (diff)
loplugin:datamembershadow in SvxUnoTextRangeBase
make the superclass member private Change-Id: I665d87bfdfc3d7804cd4cac6108f9bc65b9ca2b5 Reviewed-on: https://gerrit.libreoffice.org/48552 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/uno/unotext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/uno/unotext.cxx b/editeng/source/uno/unotext.cxx
index 7859b4f1185e..6b6127c92ec8 100644
--- a/editeng/source/uno/unotext.cxx
+++ b/editeng/source/uno/unotext.cxx
@@ -208,7 +208,7 @@ void CheckSelection( struct ESelection& rSel, SvxEditSource *pEdit ) throw()
UNO3_GETIMPLEMENTATION_IMPL( SvxUnoTextRangeBase );
SvxUnoTextRangeBase::SvxUnoTextRangeBase(const SvxItemPropertySet* _pSet)
- : mpEditSource(nullptr) , mpPropSet(_pSet)
+ : mpPropSet(_pSet), mpEditSource(nullptr)
{
}