summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-27 15:23:21 +0200
committerNoel Grandin <noel@peralex.com>2013-08-29 09:30:10 +0200
commit138df914a977ef785ea009a1b17b0fd411af64cb (patch)
treefbb4704688c54c81f32eefb7c550e407dee2626b /sfx2
parentfbf860cd2688f5ff633a1b23923640628f980396 (diff)
convert include/sfx2/dispatch.hxx from String to OUString
Change-Id: If1ab56ea5c91e8bc50c27fe8c4b1348b9d2eaa6c
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/control/dispatch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/dispatch.cxx b/sfx2/source/control/dispatch.cxx
index 48fad8930c77..d13f3d755f9d 100644
--- a/sfx2/source/control/dispatch.cxx
+++ b/sfx2/source/control/dispatch.cxx
@@ -944,7 +944,7 @@ void MappedPut_Impl( SfxAllItemSet &rSet, const SfxPoolItem &rItem )
//--------------------------------------------------------------------
-const SfxSlot* SfxDispatcher::GetSlot( const String& rCommand )
+const SfxSlot* SfxDispatcher::GetSlot( const OUString& rCommand )
{
// Count the number of Shells on the linked Dispatcher
Flush();