summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/swuiidxmrk.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-10-24 09:17:38 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-10-24 11:01:50 +0200
commit808ba7c15cf9f12b002765b1e08417afaeb491a5 (patch)
tree90b451836e11e012f5129b68a20b7864c8897dc0 /sw/source/uibase/inc/swuiidxmrk.hxx
parent0ed56b6a335d963f327d60650752c161654bf223 (diff)
sw: prefix remaining members of SwIndexMarkPane
Change-Id: I60e66fe3f92c5952172323ec2d4b0dda1f2ab5f1 Reviewed-on: https://gerrit.libreoffice.org/62266 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins
Diffstat (limited to 'sw/source/uibase/inc/swuiidxmrk.hxx')
-rw-r--r--sw/source/uibase/inc/swuiidxmrk.hxx26
1 files changed, 13 insertions, 13 deletions
diff --git a/sw/source/uibase/inc/swuiidxmrk.hxx b/sw/source/uibase/inc/swuiidxmrk.hxx
index 2e7ad5ee3216..750cd717945c 100644
--- a/sw/source/uibase/inc/swuiidxmrk.hxx
+++ b/sw/source/uibase/inc/swuiidxmrk.hxx
@@ -87,22 +87,22 @@ class SwIndexMarkPane
VclPtr<PushButton> m_pPrevBT;
VclPtr<PushButton> m_pNextBT;
- OUString aOrgStr;
- bool bDel;
- bool const bNewMark;
- bool bSelected;
-
- bool bPhoneticED0_ChangedByUser;
- bool bPhoneticED1_ChangedByUser;
- bool bPhoneticED2_ChangedByUser;
- LanguageType nLangForPhoneticReading; //Language of current text used for phonetic reading proposal
- bool bIsPhoneticReadingEnabled; //this value states whether phonetic reading is enabled in principle dependent of global cjk settings and language of current entry
+ OUString m_aOrgStr;
+ bool m_bDel;
+ bool const m_bNewMark;
+ bool m_bSelected;
+
+ bool m_bPhoneticED0_ChangedByUser;
+ bool m_bPhoneticED1_ChangedByUser;
+ bool m_bPhoneticED2_ChangedByUser;
+ LanguageType m_nLangForPhoneticReading; //Language of current text used for phonetic reading proposal
+ bool m_bIsPhoneticReadingEnabled; //this value states whether phonetic reading is enabled in principle dependent of global cjk settings and language of current entry
css::uno::Reference< css::i18n::XExtendedIndexEntrySupplier >
- xExtendedIndexEntrySupplier;
+ m_xExtendedIndexEntrySupplier;
std::unique_ptr<SwTOXMgr>
- pTOXMgr;
- SwWrtShell* pSh;
+ m_pTOXMgr;
+ SwWrtShell* m_pSh;
void Apply();
void InitControls();