include/tools/poly.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c6dfe5abe3f4a4361cb8169cf20a9d1cf00ae52a Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Nov 22 16:18:25 2023 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Wed Nov 22 21:02:33 2023 +0100 Fix typo Change-Id: Id95dc2bc578d98894ab73b1a9b9f7b0e69de3d7d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159830 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/tools/poly.hxx b/include/tools/poly.hxx index 24705f6c9e3c..36aea7a11a6b 100644 --- a/include/tools/poly.hxx +++ b/include/tools/poly.hxx @@ -114,7 +114,7 @@ public: void SetSize( sal_uInt16 nNewSize ); sal_uInt16 GetSize() const; - sal_uInt16 size() const { return GetSize(); } //for vector compability + sal_uInt16 size() const { return GetSize(); } //for vector compatibility void Clear();
