From b55259eeb549482477c57d854f3de72aff345edb Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Fri, 20 Dec 2013 11:25:37 +0100 Subject: typo fixes Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9 --- vbahelper/source/msforms/vbacontrol.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vbahelper') diff --git a/vbahelper/source/msforms/vbacontrol.cxx b/vbahelper/source/msforms/vbacontrol.cxx index b89d7163712a..31b4244f806a 100644 --- a/vbahelper/source/msforms/vbacontrol.cxx +++ b/vbahelper/source/msforms/vbacontrol.cxx @@ -293,7 +293,7 @@ ScVbaControl::getControlSource() throw (uno::RuntimeException) { // #FIXME I *hate* having these upstream differences // but this is necessary until I manage to upstream other -// dependant parts +// dependent parts OUString sControlSource; uno::Reference< form::binding::XBindableValue > xBindable( m_xProps, uno::UNO_QUERY ); if ( xBindable.is() ) -- cgit