summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-11 12:51:43 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-11 12:51:43 +0200
commit00be1308d029f70ececc7e16c17e91f90573d798 (patch)
treebc7483abc356470660dea33a9172c027a6609a9c /xmloff
parent80434c1cde058b5dfe6b2fd4dde2b8307e2bf421 (diff)
loplugin:cstylecast: nop between pointer types of exactly same spelling
Change-Id: I72713a31aebe594b1a89c2d4a1c9f8aa37590e61
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/XMLNumberStyles.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/XMLNumberStyles.cxx b/xmloff/source/draw/XMLNumberStyles.cxx
index fe039068a481..2bf25e6a23ea 100644
--- a/xmloff/source/draw/XMLNumberStyles.cxx
+++ b/xmloff/source/draw/XMLNumberStyles.cxx
@@ -358,7 +358,7 @@ static void SdXMLExportStyle( SdXMLExport& rExport, const SdXMLFixedDataStyle* p
do
{
- const sal_uInt8* pElements = (const sal_uInt8*)&pStyle->mpFormat[0];
+ const sal_uInt8* pElements = &pStyle->mpFormat[0];
while( *pElements )
{