From 2ccde70d60d3a5074faf49260e8fe0ccdb91ff26 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 22 May 2017 15:55:38 +0200 Subject: teach redundantcast plugin about functional casts Change-Id: Iac8ccd17d9e46ebb2cb55db7adb06c469bbd4ea0 Reviewed-on: https://gerrit.libreoffice.org/37910 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- store/source/stordir.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'store/source/stordir.cxx') diff --git a/store/source/stordir.cxx b/store/source/stordir.cxx index 399af1d90d42..a4847cbc719e 100644 --- a/store/source/stordir.cxx +++ b/store/source/stordir.cxx @@ -63,7 +63,7 @@ static inline sal_Size convertTextToUnicode ( * OStoreDirectory_Impl implementation. * *======================================================================*/ -const sal_uInt32 OStoreDirectory_Impl::m_nTypeId = sal_uInt32(0x89191107); +const sal_uInt32 OStoreDirectory_Impl::m_nTypeId(0x89191107); /* * OStoreDirectory_Impl. -- cgit