diff options
Diffstat (limited to 'sw/source/ui/fldui/fldfunc.hxx')
-rw-r--r-- | sw/source/ui/fldui/fldfunc.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/fldui/fldfunc.hxx b/sw/source/ui/fldui/fldfunc.hxx index 364a71d8e59e..35142a824315 100644 --- a/sw/source/ui/fldui/fldfunc.hxx +++ b/sw/source/ui/fldui/fldfunc.hxx @@ -29,8 +29,8 @@ class SwFieldFuncPage : public SwFieldPage OUString m_sOldValueFT; OUString m_sOldNameFT; - sal_uLong nOldFormat; - bool bDropDownLBChanged; + sal_uLong m_nOldFormat; + bool m_bDropDownLBChanged; std::unique_ptr<weld::TreeView> m_xTypeLB; std::unique_ptr<weld::TreeView> m_xSelectionLB; |