summaryrefslogtreecommitdiff
path: root/include/svx/svdcrtv.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-09-04 09:03:42 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-09-04 09:04:18 +0200
commit2c1019739b1a15971b894b7e382de097894af47c (patch)
tree0b66ad67e96daccfe92492f45edbf2066e81819a /include/svx/svdcrtv.hxx
parent24d90b8aa8e49507d02aa87a0b726ec303a27518 (diff)
svx: prefix members of SdrPaintView
'mpModel=pModel' is more readable than 'pMod=pModel1'. Change-Id: I617d85e2c2d4b6b5b0d235cdd3cd9129e276b28d
Diffstat (limited to 'include/svx/svdcrtv.hxx')
-rw-r--r--include/svx/svdcrtv.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdcrtv.hxx b/include/svx/svdcrtv.hxx
index a1d8f6c5eaac..4afca16c0de3 100644
--- a/include/svx/svdcrtv.hxx
+++ b/include/svx/svdcrtv.hxx
@@ -84,7 +84,7 @@ public:
virtual bool MouseMove(const MouseEvent& rMEvt, vcl::Window* pWin) SAL_OVERRIDE;
- void SetMeasureLayer(const OUString& rName) { aMeasureLayer=rName; }
+ void SetMeasureLayer(const OUString& rName) { maMeasureLayer=rName; }
// If the MeasureLayer is not set (empty string), then use the active layer for measuring.
void SetEditMode(SdrViewEditMode eMode) { SdrDragView::SetEditMode(eMode); CheckEdgeMode(); }