summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hpara.h
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-10-12 20:59:26 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-10-13 11:02:05 +0200
commit4fed3b2ed15730fcb7a5b7e0ef09d77bd40436e6 (patch)
treee4cc8297c2711dcab952151670fe2e3c26752ecf /hwpfilter/source/hpara.h
parentec1e3c7751ae8ec8d33d536e782041b2506118d1 (diff)
ditch problematic HWPFile::Read4b variant
Change-Id: Ied3603d8f96e15013f657fc5d8150969ae3b808d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123534 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'hwpfilter/source/hpara.h')
-rw-r--r--hwpfilter/source/hpara.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/hpara.h b/hwpfilter/source/hpara.h
index d3b0b788970e..58694899ea38 100644
--- a/hwpfilter/source/hpara.h
+++ b/hwpfilter/source/hpara.h
@@ -104,7 +104,7 @@ class DLLEXPORT HWPPara
/**
* Checks the special characters in the paragraph
*/
- tools::ULong ctrlflag;
+ uint ctrlflag;
unsigned char pstyno;
std::shared_ptr<CharShape> cshape; /* When characters are all the same shape */
std::shared_ptr<ParaShape> pshape; /* if reuse flag is 0, */