diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2022-10-24 08:23:30 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-10-24 09:05:37 +0200 |
commit | cd5acf308552ee878215e71251eb57dc5108b92a (patch) | |
tree | ecfbadb355a03e82f664f2f476eef704d4f71416 /sw/source/ui/fldui/flddinf.hxx | |
parent | 6d2363a553c9e275f9430510d70bc4b84e02aad8 (diff) |
sw: prefix members of SwFieldDokInfPage, SwFieldDokPage, SwFieldFuncPage ...
... and SwTranslateLangSelectDlg
See tdf#94879 for motivation.
Change-Id: I8a01e86594cc019815f5fa1e9b13c101a4cda6c0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141714
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'sw/source/ui/fldui/flddinf.hxx')
-rw-r--r-- | sw/source/ui/fldui/flddinf.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/fldui/flddinf.hxx b/sw/source/ui/fldui/flddinf.hxx index 391f5a346288..f37de0a1939a 100644 --- a/sw/source/ui/fldui/flddinf.hxx +++ b/sw/source/ui/fldui/flddinf.hxx @@ -28,10 +28,10 @@ namespace com::sun::star::beans { class XPropertySet; } class SwFieldDokInfPage : public SwFieldPage { std::unique_ptr<weld::TreeIter> m_xSelEntry; - css::uno::Reference < css::beans::XPropertySet > xCustomPropertySet; + css::uno::Reference < css::beans::XPropertySet > m_xCustomPropertySet; - sal_Int32 nOldSel; - sal_uLong nOldFormat; + sal_Int32 m_nOldSel; + sal_uLong m_nOldFormat; OUString m_sOldCustomFieldName; std::unique_ptr<weld::TreeView> m_xTypeList; |