summaryrefslogtreecommitdiff
path: root/framework/inc/dispatch/menudispatcher.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/dispatch/menudispatcher.hxx')
-rw-r--r--framework/inc/dispatch/menudispatcher.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/dispatch/menudispatcher.hxx b/framework/inc/dispatch/menudispatcher.hxx
index e0b30691d645..cc274c7e4f32 100644
--- a/framework/inc/dispatch/menudispatcher.hxx
+++ b/framework/inc/dispatch/menudispatcher.hxx
@@ -54,9 +54,9 @@ namespace framework{
We implement this as a hashtable for strings.
*//*-*************************************************************************************************************/
-typedef ::cppu::OMultiTypeInterfaceContainerHelperVar< ::rtl::OUString ,
- rtl::OUStringHash,
- std::equal_to< ::rtl::OUString > > IMPL_ListenerHashContainer;
+typedef ::cppu::OMultiTypeInterfaceContainerHelperVar< OUString ,
+ OUStringHash,
+ std::equal_to< OUString > > IMPL_ListenerHashContainer;
/*-************************************************************************************************************//**