chart2/source/inc/OPropertySet.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 6a815d1b051b0e38611ba4a864ecff3055f81dc5 Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Jan 31 17:44:50 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Sat Feb 2 07:33:45 2019 +0100 Fix typo Change-Id: I19361359910a3b30c12a4bef28308e082b4ff66f Reviewed-on: https://gerrit.libreoffice.org/67273 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/chart2/source/inc/OPropertySet.hxx b/chart2/source/inc/OPropertySet.hxx index e5f18492a96b..2ee1caa164c8 100644 --- a/chart2/source/inc/OPropertySet.hxx +++ b/chart2/source/inc/OPropertySet.hxx @@ -106,7 +106,7 @@ protected: sal_Int32 nHandle, const css::uno::Any& rValue ) override; - /** The same as setFastProperyValue; nHandle is always valid. + /** The same as setFastPropertyValue; nHandle is always valid. The changes must not be broadcasted in this method. @attention @@ -128,7 +128,7 @@ protected: const css::uno::Any& rValue ) override; /** - The same as getFastProperyValue, but return the value through rValue and + The same as getFastPropertyValue, but return the value through rValue and nHandle is always valid. @see ::cppu::OPropertySetHelper _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
