diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-28 12:04:21 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-29 11:21:46 +0200 |
commit | 63f2ef5100943893c56583a574b453ed217dfd6c (patch) | |
tree | d91c828b2add2e983d523c61ae51d1f5782f8894 | |
parent | 4cfa88a60893f7bd0303ddf077efcedea76d4b5c (diff) |
Fix typo in code
It passed "make check" on Linux
Change-Id: I2d6f6521b8862eb49de5f074fc48da956d2c8303
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101592
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r-- | hwpfilter/source/hbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/hbox.h b/hwpfilter/source/hbox.h index 344c5594e2e0..79826d326d9d 100644 --- a/hwpfilter/source/hbox.h +++ b/hwpfilter/source/hbox.h @@ -184,7 +184,7 @@ enum /* TxtBox->margin[?][n] */ L_M, R_M, T_M, B_M }; enum anchor { CHAR_ANCHOR, PARA_ANCHOR, PAGE_ANCHOR, PAPER_ANCHOR }; -enum { TF_OCCUPY_SPACE, TF_TRANSPARENT,TF_ARROUND_TEXT }; +enum { TF_OCCUPY_SPACE, TF_TRANSPARENT,TF_AROUND_TEXT }; enum { CAP_OUT_BOT, CAP_OUT_TOP, CAP_IN_BOT, CAP_IN_TOP, |