summaryrefslogtreecommitdiff
path: root/sw/inc/view.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2022-02-14 08:23:54 +0100
committerMiklos Vajna <vmiklos@collabora.com>2022-02-14 09:48:55 +0100
commit2f0c26dc83448a934af5383f9f6b7a607c334744 (patch)
tree9dd2f036356a86055d252ba4309fc7a068e461df /sw/inc/view.hxx
parent32e480cecd9f5c35880a8d1762012e44c36c478c (diff)
sw: prefix members of ConditionEdit, SwView, SwXFilterOptions and ...
... SwXViewSettings See tdf#94879 for motivation. Change-Id: I68f647d13edf156cfc471a54f247ac686cd6cd06 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129893 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw/inc/view.hxx')
-rw-r--r--sw/inc/view.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/view.hxx b/sw/inc/view.hxx
index a3070642aa16..422da7fe3ea6 100644
--- a/sw/inc/view.hxx
+++ b/sw/inc/view.hxx
@@ -163,8 +163,8 @@ class SW_DLLPUBLIC SwView: public SfxViewShell
// search & replace
static SvxSearchItem *s_pSrchItem;
- static sal_uInt16 m_nMoveType; // for buttons below the scrollbar (viewmdi)
- static sal_Int32 m_nActMark; // current jump mark for unknown mark
+ static sal_uInt16 s_nMoveType; // for buttons below the scrollbar (viewmdi)
+ static sal_Int32 s_nActMark; // current jump mark for unknown mark
static bool s_bExtra;
static bool s_bFound;