From 420923ba76ad84892fd242ed37be9d85e1ea03fe Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 2 Jul 2015 18:23:08 +0200 Subject: Fix typos Change-Id: Ie2bbe020fc6e3a4a4f913208c245f395849bb9ee Reviewed-on: https://gerrit.libreoffice.org/16708 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- include/toolkit/awt/animatedimagespeer.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/toolkit') diff --git a/include/toolkit/awt/animatedimagespeer.hxx b/include/toolkit/awt/animatedimagespeer.hxx index b0e366d1654b..1881877ee182 100644 --- a/include/toolkit/awt/animatedimagespeer.hxx +++ b/include/toolkit/awt/animatedimagespeer.hxx @@ -79,7 +79,7 @@ namespace toolkit void ProcessWindowEvent( const VclWindowEvent& i_windowEvent ) SAL_OVERRIDE; private: - /** updates our images with the ones from the givem XAnimatedImages component + /** updates our images with the ones from the given XAnimatedImages component */ void impl_updateImages_nolck( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& i_animatedImages ); -- cgit