summaryrefslogtreecommitdiff
path: root/sfx2/source/control/msgpool.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-23 13:47:05 +0200
committerNoel Grandin <noel@peralex.com>2013-08-29 09:30:03 +0200
commit79c91fe95009bcc621523aae7e30d9c4fbc75a71 (patch)
tree7f7085a38766e646966cf31966080d51072e193c /sfx2/source/control/msgpool.cxx
parentdf050fc1425ee5f525c7be0d7e9fb1a3fda897f5 (diff)
convert include/sfx2/msgpool.hxx from String to OUString
Change-Id: I7cfb0ec39eb615f8c0137fde531dd559ce2191f3
Diffstat (limited to 'sfx2/source/control/msgpool.cxx')
-rw-r--r--sfx2/source/control/msgpool.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/control/msgpool.cxx b/sfx2/source/control/msgpool.cxx
index f7bd1a07b276..2b356acf57db 100644
--- a/sfx2/source/control/msgpool.cxx
+++ b/sfx2/source/control/msgpool.cxx
@@ -140,7 +140,7 @@ const SfxSlot* SfxSlotPool::GetSlot( sal_uInt16 nId )
// skips to the next group
-String SfxSlotPool::SeekGroup( sal_uInt16 nNo )
+OUString SfxSlotPool::SeekGroup( sal_uInt16 nNo )
{
DBG_ASSERT( _pInterfaces != NULL, "no Interfaces registered" );
@@ -291,7 +291,7 @@ SfxInterface* SfxSlotPool::FirstInterface()
//--------------------------------------------------------------------
-const SfxSlot* SfxSlotPool::GetUnoSlot( const String& rName )
+const SfxSlot* SfxSlotPool::GetUnoSlot( const OUString& rName )
{
const SfxSlot *pSlot = NULL;
for ( sal_uInt16 nInterface=0; nInterface<_pInterfaces->size(); ++nInterface )