[Libreoffice-commits] core.git: chart2/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Feb 2 06:34:05 UTC 2019


 chart2/source/inc/OPropertySet.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6a815d1b051b0e38611ba4a864ecff3055f81dc5
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jan 31 17:44:50 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>

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


More information about the Libreoffice-commits mailing list