diff options
Diffstat (limited to 'sw/inc/fldbas.hxx')
-rw-r--r-- | sw/inc/fldbas.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/fldbas.hxx b/sw/inc/fldbas.hxx index 2023f8c691ee..45b5e05d03e4 100644 --- a/sw/inc/fldbas.hxx +++ b/sw/inc/fldbas.hxx @@ -236,10 +236,10 @@ class SW_DLLPUBLIC SwFieldType : public SwModify sal_uInt16 m_nWhich; - friend void _FinitUI(); ///< In order to delete pointer! + friend void FinitUI(); ///< In order to delete pointer! static std::vector<OUString>* s_pFieldNames; - static void _GetFieldName(); ///< Sets up FieldNames; fldmgr.cxx! + static void GetFieldName_(); ///< Sets up FieldNames; fldmgr.cxx! protected: /// Single argument ctors shall be explicit. |