summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-08 08:35:27 +0200
committerNoel Grandin <noel@peralex.com>2013-08-15 09:11:31 +0200
commit90ed68e732b5ae644f865d40129b34745a1bc426 (patch)
tree6dcc6319338d66abe8523ed45f1b493daaca9151 /include
parenta912a3027ca611070727b43851fb06d0ec4cfc11 (diff)
convert include/svtools/urlcontrol.hxx from String to OUString
Change-Id: Ic9d8b6b8b692e63db2f3463b595aa073c0fc87cd
Diffstat (limited to 'include')
-rw-r--r--include/svtools/urlcontrol.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/urlcontrol.hxx b/include/svtools/urlcontrol.hxx
index e512ba26d4ea..f65c8ccd7c1d 100644
--- a/include/svtools/urlcontrol.hxx
+++ b/include/svtools/urlcontrol.hxx
@@ -34,7 +34,7 @@ namespace svt
class SVT_DLLPUBLIC OFileURLControl : public SvtURLBox
{
private:
- String m_sPreservedText;
+ OUString m_sPreservedText;
public:
OFileURLControl(Window* _pParent, const ResId& _rId);