From aed9c37e5a7d6be2fe698053b94ffccef8e6b8a5 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sat, 3 Jun 2017 21:12:43 +0200 Subject: Improved loplugin:cstylecast to reference types: hwpfilter Change-Id: Iab9d3845556b66341ca3298d6929502f50863f60 --- hwpfilter/source/hwpreader.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hwpfilter/source/hwpreader.cxx') diff --git a/hwpfilter/source/hwpreader.cxx b/hwpfilter/source/hwpreader.cxx index a07afb5a058a..8a6b6d7e794a 100644 --- a/hwpfilter/source/hwpreader.cxx +++ b/hwpfilter/source/hwpreader.cxx @@ -53,7 +53,7 @@ // xmloff/xmlkyd.hxx #define sXML_CDATA "CDATA" -#define STARTP padd( "text:style-name", "CDATA", ascii(getPStyleName(((ParaShape &)para->GetParaShape()).index,buf))); \ +#define STARTP padd( "text:style-name", "CDATA", ascii(getPStyleName((para->GetParaShape()).index,buf))); \ rstartEl( "text:p",mxList.get() ); \ mxList->clear(); \ pstart = true -- cgit