diff options
Diffstat (limited to 'include/svx/svdcrtv.hxx')
-rw-r--r-- | include/svx/svdcrtv.hxx | 2 |
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(); } |