diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-11-22 16:18:25 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-11-22 21:02:33 +0100 |
commit | c6dfe5abe3f4a4361cb8169cf20a9d1cf00ae52a (patch) | |
tree | 4d4d2aae500d2575e70c2565c712e9a439fe607c /include/tools/poly.hxx | |
parent | ac2839458c5f497b907506da07dcd1b451b62372 (diff) |
Fix typo
Change-Id: Id95dc2bc578d98894ab73b1a9b9f7b0e69de3d7d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159830
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/tools/poly.hxx')
-rw-r--r-- | include/tools/poly.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |