summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-28 13:51:29 +0200
committerNoel Grandin <noel@peralex.com>2013-08-29 09:30:18 +0200
commitbdef90e108bdb557dcb207a15862453ec24645e1 (patch)
treed233d3f3122c3f29d51eed24ae6ab375f48c39a8 /sfx2/inc
parentf3caff8a730e01434b8ba31ed93d84aff45bb278 (diff)
convert sfx2/inc/inettbc.hxx from String to OUString
Change-Id: I851423df2cbb71b1ebf51751b200eb2391ae0551
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/inettbc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/inc/inettbc.hxx b/sfx2/inc/inettbc.hxx
index 883162223148..04eb03c85b2f 100644
--- a/sfx2/inc/inettbc.hxx
+++ b/sfx2/inc/inettbc.hxx
@@ -35,7 +35,7 @@ private:
::svt::AcceleratorExecute* pAccExec;
SvtURLBox* GetURLBox() const;
- void OpenURL( const String& rName, sal_Bool bNew ) const;
+ void OpenURL( const OUString& rName, sal_Bool bNew ) const;
DECL_LINK( OpenHdl, void* );
DECL_LINK( SelectHdl, void* );