summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/inc/select.hxx
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2023-06-21 11:15:58 -0400
committerCaolán McNamara <caolan.mcnamara@collabora.com>2023-06-23 09:51:00 +0200
commit8276b9593a2a9e3a0d5aaeaadd64369667120303 (patch)
tree4a52020db49bf0f14dab6c1af0edc8e70a0c55b9 /sc/source/ui/inc/select.hxx
parentsc: filter: oox: fix setting value to color scale (diff)
downloadcore-8276b9593a2a9e3a0d5aaeaadd64369667120303.tar.gz
core-8276b9593a2a9e3a0d5aaeaadd64369667120303.zip
sc: prefix m_* ScViewFunctionSet class members
.. Change-Id: Ic16ae0fc6580e350444576a087c333d52296ec5e Signed-off-by: Henry Castro <hcastro@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153405 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'sc/source/ui/inc/select.hxx')
-rw-r--r--sc/source/ui/inc/select.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/inc/select.hxx b/sc/source/ui/inc/select.hxx
index ea3082f972c6..e1223f91e793 100644
--- a/sc/source/ui/inc/select.hxx
+++ b/sc/source/ui/inc/select.hxx
@@ -40,12 +40,12 @@ public:
class ScViewFunctionSet : public FunctionSet // View (Gridwin / keyboard)
{
private:
- ScViewData* pViewData;
- ScViewSelectionEngine* pEngine;
+ ScViewData* m_pViewData;
+ ScViewSelectionEngine* m_pEngine;
- bool bAnchor;
- bool bStarted;
- ScAddress aAnchorPos;
+ bool m_bAnchor;
+ bool m_bStarted;
+ ScAddress m_aAnchorPos;
ScSplitPos GetWhich() const;