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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Feb 3 06:29:42 UTC 2019


 chart2/source/inc/WrappedPropertySet.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9ccf0bedc472a14e309ea39434af33082d838614
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jan 31 17:44:49 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Feb 3 07:29:21 2019 +0100

    Fix typo
    
    Change-Id: Iaaae552001af05d0d9cfd5d942876ae488d89e3b
    Reviewed-on: https://gerrit.libreoffice.org/67299
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/chart2/source/inc/WrappedPropertySet.hxx b/chart2/source/inc/WrappedPropertySet.hxx
index b0ea15f0ef00..09c768fc75f0 100644
--- a/chart2/source/inc/WrappedPropertySet.hxx
+++ b/chart2/source/inc/WrappedPropertySet.hxx
@@ -111,7 +111,7 @@ protected: //member
 
     std::unique_ptr<tWrappedPropertyMap>                m_pWrappedPropertyMap;//holds all wrapped properties (containing the special mapping from inner to outer properties)
 
-    //Container for the XProperyChangedListener. The listeners are inserted by handle.
+    //Container for the XPropertyChangedListener. The listeners are inserted by handle.
     //OMultiTypeInterfaceContainerHelperInt32             m_aBoundListenerContainer;
 
     //Container for the XPropertyVetoableListener. The listeners are inserted by handle.


More information about the Libreoffice-commits mailing list