[Libreoffice-commits] core.git: oox/inc

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Jun 17 18:59:19 UTC 2021


 oox/inc/drawingml/textliststyle.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2fad86dea0075a98d2d34bf43780611dd986dc68
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jun 17 09:17:56 2021 +0200
Commit:     Andrea Gelmini <andrea.gelmini at gelma.net>
CommitDate: Thu Jun 17 20:58:31 2021 +0200

    Fix typo
    
    Change-Id: Ia84c47ea309734f27fd492ba791d88200408f105
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117361
    Tested-by: Jenkins
    Reviewed-by: Andrea Gelmini <andrea.gelmini at gelma.net>

diff --git a/oox/inc/drawingml/textliststyle.hxx b/oox/inc/drawingml/textliststyle.hxx
index 7fe071af669b..5f986ff45afa 100644
--- a/oox/inc/drawingml/textliststyle.hxx
+++ b/oox/inc/drawingml/textliststyle.hxx
@@ -54,7 +54,7 @@ public:
     void setHasListStyleOnImport() { mbHasListStyleOnImport = true; }
     /** Returns whether the lstStyle tag was non-empty on import
      *
-     *  @return true if list style has it's own noninherited properties.
+     *  @return true if list style has its own noninherited properties.
      */
     bool hasListStyleOnImport() const { return mbHasListStyleOnImport; }
 


More information about the Libreoffice-commits mailing list