summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr/BlockCursor.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-03-04 08:40:55 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-03-04 09:43:15 +0100
commit0aa8fbe22986aba5bf7c24e91cc3f7aff5efc296 (patch)
tree4f1b61b6d998f64cb94bae6d9e6c23a268c24ce1 /sw/source/core/crsr/BlockCursor.hxx
parent5feff994b4ccd28d60537bdb8d984b9229bfb4c7 (diff)
sw: prefix members of SwBlockCursor, SwAutoCompleteWord and TransWrp
Change-Id: I993ee72f9e162a72b1d4e89d98763fe0d2dee4d4 Reviewed-on: https://gerrit.libreoffice.org/68662 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw/source/core/crsr/BlockCursor.hxx')
-rw-r--r--sw/source/core/crsr/BlockCursor.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/crsr/BlockCursor.hxx b/sw/source/core/crsr/BlockCursor.hxx
index c0b764662f15..2dd535c91083 100644
--- a/sw/source/core/crsr/BlockCursor.hxx
+++ b/sw/source/core/crsr/BlockCursor.hxx
@@ -37,13 +37,13 @@ class Point;
*/
class SwBlockCursor
{
- SwShellCursor aCursor;
+ SwShellCursor maCursor;
boost::optional<Point> maStartPt;
boost::optional<Point> maEndPt;
public:
SwBlockCursor( const SwCursorShell& rCursorSh, const SwPosition &rPos ) :
- aCursor( rCursorSh, rPos ) {}
+ maCursor( rCursorSh, rPos ) {}
/** Access to the shell cursor
@return SwShellCursor& which represents the start and end position of the