Kaydet (Commit) bdef90e1 authored tarafından Noel Grandin's avatar Noel Grandin

convert sfx2/inc/inettbc.hxx from String to OUString

Change-Id: I851423df2cbb71b1ebf51751b200eb2391ae0551
üst f3caff8a
......@@ -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* );
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment