summaryrefslogtreecommitdiff
path: root/sw/inc/inetfld.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/inetfld.hxx')
-rw-r--r--sw/inc/inetfld.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/inetfld.hxx b/sw/inc/inetfld.hxx
index 8cb71f655f6b..d0e4047e96db 100644
--- a/sw/inc/inetfld.hxx
+++ b/sw/inc/inetfld.hxx
@@ -79,12 +79,12 @@ public:
virtual String GetFieldName() const;
// URL
- virtual const String& GetPar1() const;
- virtual void SetPar1(const String& rStr);
+ virtual const rtl::OUString& GetPar1() const;
+ virtual void SetPar1(const rtl::OUString& rStr);
// Information text.
- virtual String GetPar2() const;
- virtual void SetPar2(const String& rStr);
+ virtual rtl::OUString GetPar2() const;
+ virtual void SetPar2(const rtl::OUString& rStr);
// Current character format.
SwCharFmt* GetCharFmt();