summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2022-09-05 08:21:29 +0200
committerMiklos Vajna <vmiklos@collabora.com>2022-09-05 09:04:42 +0200
commitdcd08af1808d7984f32d4156c06e4d6c6c25560e (patch)
tree7f67b37326990dc3e0a057f7fd87e16657fa9388 /sw/source/uibase/inc
parent08b923efcb22bae08c799ccc654797076468fa83 (diff)
sw: prefix members of SwChangeDBDlg, SwEditRegionDlg, SwLabFormatPage ...
... and SwLabPage See tdf#94879 for motivation. Change-Id: Ic3208b78883e4926bd7bde836b1cf4b51c8a02e8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139396 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw/source/uibase/inc')
-rw-r--r--sw/source/uibase/inc/changedb.hxx2
-rw-r--r--sw/source/uibase/inc/regionsw.hxx6
2 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/uibase/inc/changedb.hxx b/sw/source/uibase/inc/changedb.hxx
index 0e2ffbdb5baa..f14f163dd73a 100644
--- a/sw/source/uibase/inc/changedb.hxx
+++ b/sw/source/uibase/inc/changedb.hxx
@@ -30,7 +30,7 @@ struct SwDBData;
// exchange database at fields
class SwChangeDBDlg final : public SfxDialogController
{
- SwWrtShell *pSh;
+ SwWrtShell *m_pSh;
std::unique_ptr<weld::TreeView> m_xUsedDBTLB;
std::unique_ptr<SwDBTreeList> m_xAvailDBTLB;
diff --git a/sw/source/uibase/inc/regionsw.hxx b/sw/source/uibase/inc/regionsw.hxx
index e766e3a1a924..0076e80a6dbe 100644
--- a/sw/source/uibase/inc/regionsw.hxx
+++ b/sw/source/uibase/inc/regionsw.hxx
@@ -47,12 +47,12 @@ class SwEditRegionDlg final : public SfxDialogController
{
bool m_bSubRegionsFilled;
- SwWrtShell& rSh;
+ SwWrtShell& m_rSh;
SectReprs_t m_SectReprs;
- const SwSection* pCurrSect;
+ const SwSection* m_pCurrSect;
std::unique_ptr<sfx2::DocumentInserter> m_pDocInserter;
- bool bDontCheckPasswd :1;
+ bool m_bDontCheckPasswd :1;
std::unique_ptr<weld::Entry> m_xCurName;
std::unique_ptr<weld::TreeView> m_xTree;