diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-01-31 17:44:49 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-02-03 07:29:21 +0100 |
commit | 9ccf0bedc472a14e309ea39434af33082d838614 (patch) | |
tree | 7007b2f6c1bff2cf6d7c114d7254487712db8b95 /chart2 | |
parent | 850527869590094a29a5175779a0d984e4699763 (diff) |
Fix typo
Change-Id: Iaaae552001af05d0d9cfd5d942876ae488d89e3b
Reviewed-on: https://gerrit.libreoffice.org/67299
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/inc/WrappedPropertySet.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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. |