summaryrefslogtreecommitdiff
path: root/sw/source/uibase/wrtsh/wrtundo.cxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-03-14 15:55:40 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-03-14 16:08:16 +0100
commitbcefd5cda926f86db16b1bcf6838431b5b0d61b5 (patch)
treec96fd2732c30b31880fa6a389841bb0deea42321 /sw/source/uibase/wrtsh/wrtundo.cxx
parent5e999832b6b317fba1da3c906167a8d76bbe7fef (diff)
SwWrtShell: rename member variables missing their prefixes
Change-Id: I78ae647cca9167e130592fd11b8dd15c512a2353
Diffstat (limited to 'sw/source/uibase/wrtsh/wrtundo.cxx')
-rw-r--r--sw/source/uibase/wrtsh/wrtundo.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/wrtsh/wrtundo.cxx b/sw/source/uibase/wrtsh/wrtundo.cxx
index 4ad06d48dcb8..6071417b681d 100644
--- a/sw/source/uibase/wrtsh/wrtundo.cxx
+++ b/sw/source/uibase/wrtsh/wrtundo.cxx
@@ -70,8 +70,8 @@ void SwWrtShell::Do( DoType eDoType, sal_uInt16 nCnt )
// Set the function pointer for canceling the selection at the
// cursor position.
- fnKillSel = &SwWrtShell::ResetSelect;
- fnSetCrsr = &SwWrtShell::SetCrsrKillSel;
+ m_fnKillSel = &SwWrtShell::ResetSelect;
+ m_fnSetCrsr = &SwWrtShell::SetCrsrKillSel;
bCreateXSelection = true;
}
else if ( bFrmSelected )