include/editeng/outliner.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ed206ccb9e24bd4bf0040c42d26f73363baf3d20 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Feb 28 15:55:49 2023 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Tue Feb 28 17:54:34 2023 +0000 Fix typo Change-Id: I1c66185917844bb9b5ee2478a8bae90bb292408d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148007 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx index bee57d13bca8..a4f02568a64f 100644 --- a/include/editeng/outliner.hxx +++ b/include/editeng/outliner.hxx @@ -989,7 +989,7 @@ public: // convenient method to determine the bullets/numbering status for all paragraphs sal_Int32 GetBulletsNumberingStatus() const; - // overriden in SdrOutliner + // overridden in SdrOutliner virtual std::optional<bool> GetCompatFlag(SdrCompatibilityFlag /*eFlag*/) const { return {}; }; };
