summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2017-01-01 07:38:33 +0900
committerJulien Nabet <serval2412@yahoo.fr>2017-01-01 16:56:00 +0000
commita5e9c5e35010bcde8cdfe8f82f880a7e159ee8ca (patch)
tree9b70bb89c67cb4d897586809247664af7261d8d1 /starmath/inc
parent43596585c7184d796eccca934af8ef29f4f28cb8 (diff)
starmath: Prefix members of SmSelectionDrawingVisitor
Change-Id: I889da35c24919157e5b01225df10947c790ebf66 Reviewed-on: https://gerrit.libreoffice.org/32547 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/visitors.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/inc/visitors.hxx b/starmath/inc/visitors.hxx
index 6b2f63a155d2..622a74ebc773 100644
--- a/starmath/inc/visitors.hxx
+++ b/starmath/inc/visitors.hxx
@@ -388,11 +388,11 @@ public:
using SmDefaultingVisitor::Visit;
private:
/** Reference to drawing device */
- OutputDevice& rDev;
+ OutputDevice& mrDev;
/** True if aSelectionArea have been initialized */
- bool bHasSelectionArea;
+ bool mbHasSelectionArea;
/** The current area that is selected */
- Rectangle aSelectionArea;
+ Rectangle maSelectionArea;
/** Extend the area that must be selected */
void ExtendSelectionArea(const Rectangle& rArea);
/** Default visiting method */