summaryrefslogtreecommitdiffstats
path: root/sfx2/source/appl/appcfg.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-27 17:18:32 +0200
committerNoel Grandin <noel@peralex.com>2013-08-29 09:30:12 +0200
commiteeac8047f18b404b8201a7e3a3b30b4e9e273b25 (patch)
tree37cbd9a54493d8d688a7351cfe40591886c8c8cb /sfx2/source/appl/appcfg.cxx
parentconvert include/sfx2/basedlgs.hxx from String to OUString (diff)
downloadcore-eeac8047f18b404b8201a7e3a3b30b4e9e273b25.tar.gz
core-eeac8047f18b404b8201a7e3a3b30b4e9e273b25.zip
convert include/sfx2/app.hxx from String to OUString
Change-Id: I7f1c3070fe3b0bb28b45c53d57c4cd1ba10c85d7
Diffstat (limited to 'sfx2/source/appl/appcfg.cxx')
-rw-r--r--sfx2/source/appl/appcfg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/appl/appcfg.cxx b/sfx2/source/appl/appcfg.cxx
index 6f8533d02041..f53278c9e015 100644
--- a/sfx2/source/appl/appcfg.cxx
+++ b/sfx2/source/appl/appcfg.cxx
@@ -495,7 +495,7 @@ sal_Bool SfxApplication::GetOptions( SfxItemSet& rSet )
}
//--------------------------------------------------------------------
-sal_Bool SfxApplication::IsSecureURL( const INetURLObject& rURL, const String* pReferer ) const
+sal_Bool SfxApplication::IsSecureURL( const INetURLObject& rURL, const OUString* pReferer ) const
{
return SvtSecurityOptions().IsSecureURL( rURL.GetMainURL( INetURLObject::NO_DECODE ), *pReferer );
}
@@ -903,6 +903,6 @@ void SfxApplication::NotifyEvent( const SfxEventHint& rEventHint, bool bSynchron
new SfxEventAsyncer_Impl( rEventHint );
}
-IMPL_OBJHINT( SfxStringHint, String )
+IMPL_OBJHINT( SfxStringHint, OUString )
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */