diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2017-01-01 07:38:33 +0900 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-01-01 16:56:00 +0000 |
commit | a5e9c5e35010bcde8cdfe8f82f880a7e159ee8ca (patch) | |
tree | 9b70bb89c67cb4d897586809247664af7261d8d1 /starmath/inc/visitors.hxx | |
parent | 43596585c7184d796eccca934af8ef29f4f28cb8 (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/visitors.hxx')
-rw-r--r-- | starmath/inc/visitors.hxx | 6 |
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 */ |