diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-06-17 09:17:56 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-06-17 20:58:31 +0200 |
commit | 2fad86dea0075a98d2d34bf43780611dd986dc68 (patch) | |
tree | f1e4b19f0029939e74a28241671d8ad1908556df /oox | |
parent | 73db169bf3ce6596ce9eaff4ee99e90dbfc3010a (diff) |
Fix typo
Change-Id: Ia84c47ea309734f27fd492ba791d88200408f105
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117361
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/inc/drawingml/textliststyle.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |