summaryrefslogtreecommitdiffstats
path: root/sfx2/source/appl/newhelp.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-12 18:27:37 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-12 18:27:54 +0200
commit0bfc98e63b062bc847fd0f37308c050ac618c56f (patch)
tree0b20885e7bb84fcc7932e5b6488a6efec1716ade /sfx2/source/appl/newhelp.cxx
parentHyphenate this compound word (diff)
downloadcore-0bfc98e63b062bc847fd0f37308c050ac618c56f.tar.gz
core-0bfc98e63b062bc847fd0f37308c050ac618c56f.zip
loplugin:redundantcast: reinterpret_cast to void*
Change-Id: I947b49cfb15f0e7d6ddfaae386656c70e4bd48ba
Diffstat (limited to 'sfx2/source/appl/newhelp.cxx')
-rw-r--r--sfx2/source/appl/newhelp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/newhelp.cxx b/sfx2/source/appl/newhelp.cxx
index 82fc78d3562a..207f8b483a78 100644
--- a/sfx2/source/appl/newhelp.cxx
+++ b/sfx2/source/appl/newhelp.cxx
@@ -590,7 +590,7 @@ namespace sfx2 {
}
#define NEW_ENTRY( url, bool ) \
- reinterpret_cast<void*>( new IndexEntry_Impl( url, bool ) )
+ new IndexEntry_Impl( url, bool )
#define UNIFY_AND_INSERT_TOKEN( aToken ) \
it = aInfo.insert( sfx2::KeywordInfo::value_type( aToken, 0 ) ).first; \