diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2015-11-20 19:35:18 +0900 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-11-26 06:46:38 +0000 |
commit | b2b4184edb388c72ef9e68e7bcd974a3d538a152 (patch) | |
tree | 403792473dee7d413a2ab8aa0e82758c58936fa4 /starmath/inc | |
parent | 97978f7f015e042e72ec2bf0f3ba1652ecbcc5c5 (diff) |
starmath: Prefix members of SmCaretDrawingVisitor
Change-Id: I9d033a67f6073f3da368f8241ac48c7d391b89c9
Reviewed-on: https://gerrit.libreoffice.org/20080
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/visitors.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/starmath/inc/visitors.hxx b/starmath/inc/visitors.hxx index b1eeddc74bc0..8ae394ee3faf 100644 --- a/starmath/inc/visitors.hxx +++ b/starmath/inc/visitors.hxx @@ -117,11 +117,11 @@ public: void Visit( SmTextNode* pNode ) override; using SmDefaultingVisitor::Visit; private: - OutputDevice &rDev; - SmCaretPos pos; + OutputDevice &mrDev; + SmCaretPos maPos; /** Offset to draw from */ - Point Offset; - bool isCaretVisible; + Point maOffset; + bool mbCaretVisible; protected: /** Default method for drawing pNodes */ void DefaultVisit( SmNode* pNode ) override; |