[Libreoffice-commits] core.git: hwpfilter/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Aug 29 09:22:29 UTC 2020


 hwpfilter/source/hbox.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 63f2ef5100943893c56583a574b453ed217dfd6c
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Aug 28 12:04:21 2020 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Sat Aug 29 11:21:46 2020 +0200

    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 at collabora.co.uk>

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,


More information about the Libreoffice-commits mailing list