diff options
Diffstat (limited to 'sw/inc/inetfld.hxx')
-rw-r--r-- | sw/inc/inetfld.hxx | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/sw/inc/inetfld.hxx b/sw/inc/inetfld.hxx index 830fc52f93..306f5e3343 100644 --- a/sw/inc/inetfld.hxx +++ b/sw/inc/inetfld.hxx @@ -25,8 +25,8 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ -#ifndef _INETFLD_HXX -#define _INETFLD_HXX +#ifndef SW_INETFLD_HXX +#define SW_INETFLD_HXX #include "fldbas.hxx" @@ -67,15 +67,16 @@ class SwINetField : public SwField String sText; SvxMacroTableDtor* pMacroTbl; + virtual String Expand() const; + virtual SwField* Copy() const; + public: // Direct input, delete old value. SwINetField( SwINetFieldType* pTyp, USHORT nFmt, const String& rURL, const String& rText ); virtual ~SwINetField(); - virtual String GetCntnt(BOOL bName = FALSE) const; - virtual String Expand() const; - virtual SwField* Copy() const; + virtual String GetFieldName() const; // URL virtual const String& GetPar1() const; @@ -102,6 +103,6 @@ public: }; -#endif // _INETFLD_HXX +#endif // SW_INETFLD_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |