summaryrefslogtreecommitdiff
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
parentf3caff8a730e01434b8ba31ed93d84aff45bb278 (diff)
convert sfx2/inc/inettbc.hxx from String to OUString
Change-Id: I851423df2cbb71b1ebf51751b200eb2391ae0551
-rw-r--r--sfx2/inc/inettbc.hxx2
-rw-r--r--sfx2/source/inet/inettbc.cxx2
2 files changed, 2 insertions, 2 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* );
diff --git a/sfx2/source/inet/inettbc.cxx b/sfx2/source/inet/inettbc.cxx
index 8b3cc69c13e8..3d96fb23c606 100644
--- a/sfx2/source/inet/inettbc.cxx
+++ b/sfx2/source/inet/inettbc.cxx
@@ -81,7 +81,7 @@ SvtURLBox* SfxURLToolBoxControl_Impl::GetURLBox() const
//***************************************************************************
-void SfxURLToolBoxControl_Impl::OpenURL( const String& rName, sal_Bool /*bNew*/ ) const
+void SfxURLToolBoxControl_Impl::OpenURL( const OUString& rName, sal_Bool /*bNew*/ ) const
{
String aName;
String aFilter;