diff options
Diffstat (limited to 'sw/inc/fmtfld.hxx')
-rw-r--r-- | sw/inc/fmtfld.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/fmtfld.hxx b/sw/inc/fmtfld.hxx index 46021a44cf01..42865e685291 100644 --- a/sw/inc/fmtfld.hxx +++ b/sw/inc/fmtfld.hxx @@ -89,7 +89,6 @@ public: */ void SetField( SwField * pField ); - const SwTxtFld* GetTxtFld() const { return mpTxtFld; @@ -101,7 +100,6 @@ public: void SetTxtFld( SwTxtFld& rTxtFld ); void ClearTxtFld(); - void RegisterToFieldType( SwFieldType& ); bool IsFldInDoc() const; sal_Bool IsProtect() const; |