From 0d4a49b23d6a0b206d3901a657d29944ad43007f Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 8 Jul 2016 16:40:31 +0200 Subject: loplugin:redundantcast: redundant static_casts in sfx2 Change-Id: If51f17f040866bbfb223f11a2571cc9f87f0599f --- include/sfx2/msg.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/sfx2/msg.hxx b/include/sfx2/msg.hxx index 7a635c9a7d2d..ab7c6bd3ff17 100644 --- a/include/sfx2/msg.hxx +++ b/include/sfx2/msg.hxx @@ -111,7 +111,7 @@ struct SfxType const std::type_info* Type() const{return pType;} SfxPoolItem* CreateItem() const - { return static_cast(createSfxPoolItemFunc()); } + { return createSfxPoolItemFunc(); } }; struct SfxType0 -- cgit