From 9ccf0bedc472a14e309ea39434af33082d838614 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 31 Jan 2019 17:44:49 +0000 Subject: Fix typo Change-Id: Iaaae552001af05d0d9cfd5d942876ae488d89e3b Reviewed-on: https://gerrit.libreoffice.org/67299 Tested-by: Jenkins Reviewed-by: Julien Nabet --- chart2/source/inc/WrappedPropertySet.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2') 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 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. -- cgit