summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/flddinf.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/fldui/flddinf.hxx')
-rw-r--r--sw/source/ui/fldui/flddinf.hxx6
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;