summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-06-03 21:12:43 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-06-05 21:18:08 +0200
commitaed9c37e5a7d6be2fe698053b94ffccef8e6b8a5 (patch)
tree562077b517ea0e34cd7a3fe54e4491ed61629b97 /hwpfilter
parent606dd77518319b3a0b6b547c8c6b10cd994e1ab2 (diff)
Improved loplugin:cstylecast to reference types: hwpfilter
Change-Id: Iab9d3845556b66341ca3298d6929502f50863f60
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hwpreader.cxx2
1 files changed, 1 insertions, 1 deletions
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