summaryrefslogtreecommitdiff
path: root/include/sfx2/msgpool.hxx
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 /include/sfx2/msgpool.hxx
parentdf050fc1425ee5f525c7be0d7e9fb1a3fda897f5 (diff)
convert include/sfx2/msgpool.hxx from String to OUString
Change-Id: I7cfb0ec39eb615f8c0137fde531dd559ce2191f3
Diffstat (limited to 'include/sfx2/msgpool.hxx')
-rw-r--r--include/sfx2/msgpool.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/msgpool.hxx b/include/sfx2/msgpool.hxx
index 500912ff3f5b..891bcac0402b 100644
--- a/include/sfx2/msgpool.hxx
+++ b/include/sfx2/msgpool.hxx
@@ -59,12 +59,12 @@ public:
static SfxSlotPool& GetSlotPool( SfxViewFrame *pFrame=NULL );
sal_uInt16 GetGroupCount();
- String SeekGroup( sal_uInt16 nNo );
+ OUString SeekGroup( sal_uInt16 nNo );
const SfxSlot* FirstSlot();
const SfxSlot* NextSlot();
const SfxSlot* GetSlot( sal_uInt16 nId );
const SfxSlot* GetUnoSlot( sal_uInt16 nId );
- const SfxSlot* GetUnoSlot( const String& rUnoName );
+ const SfxSlot* GetUnoSlot( const OUString& rUnoName );
TypeId GetSlotType( sal_uInt16 nSlotId ) const;
};