summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/imagemgr.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-29 13:20:28 +0200
committerNoel Grandin <noel@peralex.com>2013-09-05 08:53:52 +0200
commit9daa4f31944e1b9510b092ab9fdd433984c85d10 (patch)
tree91f41cedccd0d077d96f4d04fdad7442dd505f53 /sfx2/source/appl/imagemgr.cxx
parent6dbf3cd4123a24ee1f5169aaa02cb06ae3eefaaf (diff)
convert sfx2/source/appl/* from String to OUString
Change-Id: I59901bdc3c953bf883c0b543bd1e0b5d6a96e80a
Diffstat (limited to 'sfx2/source/appl/imagemgr.cxx')
-rw-r--r--sfx2/source/appl/imagemgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/imagemgr.cxx b/sfx2/source/appl/imagemgr.cxx
index a19e7bc34828..b25cbf3d0ba6 100644
--- a/sfx2/source/appl/imagemgr.cxx
+++ b/sfx2/source/appl/imagemgr.cxx
@@ -78,7 +78,7 @@ Image SAL_CALL GetImage(
OUString aCommandURL( aURL );
if ( nProtocol == INET_PROT_SLOT )
{
- sal_uInt16 nId = ( sal_uInt16 ) String(aURL).Copy(5).ToInt32();
+ sal_uInt16 nId = ( sal_uInt16 ) aURL.copy(5).toInt32();
const SfxSlot* pSlot = 0;
if ( xModel.is() )
{