diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-19 13:48:10 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-22 10:49:25 +0200 |
commit | 7df895abf5219332217cea25698a99eb7fd10143 (patch) | |
tree | 7270f143150ba51761f56742b8caaafc6dbf9604 /include/svtools/fileurlbox.hxx | |
parent | 2174567506a196f0d347967f72470839baf79249 (diff) |
convert include/svtools/file*.hxx from String to OUString
Change-Id: Ie0e07c61caba1e15475900622c97e0f0426558d6
Diffstat (limited to 'include/svtools/fileurlbox.hxx')
-rw-r--r-- | include/svtools/fileurlbox.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/fileurlbox.hxx b/include/svtools/fileurlbox.hxx index 768d12ee24c3..4dcb037c8ef2 100644 --- a/include/svtools/fileurlbox.hxx +++ b/include/svtools/fileurlbox.hxx @@ -34,7 +34,7 @@ namespace svt class SVT_DLLPUBLIC FileURLBox : public SvtURLBox { private: - String m_sPreservedText; + OUString m_sPreservedText; public: FileURLBox( Window* _pParent, WinBits _nStyle ); @@ -56,7 +56,7 @@ namespace svt @see SvtURLBox::GetURL */ - void DisplayURL( const String& _rURL ); + void DisplayURL( const OUString& _rURL ); }; //......................................................................... |