summaryrefslogtreecommitdiff
path: root/include/sfx2/msgpool.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/msgpool.hxx')
-rw-r--r--include/sfx2/msgpool.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/msgpool.hxx b/include/sfx2/msgpool.hxx
index 2b75d9503440..4308418ac1b2 100644
--- a/include/sfx2/msgpool.hxx
+++ b/include/sfx2/msgpool.hxx
@@ -61,7 +61,7 @@ public:
const SfxSlot* NextSlot();
const SfxSlot* GetSlot( sal_uInt16 nId );
const SfxSlot* GetUnoSlot( const OUString& rUnoName );
- TypeId GetSlotType( sal_uInt16 nSlotId ) const;
+ const std::type_info* GetSlotType( sal_uInt16 nSlotId ) const;
};