From d7d20de52f268485c564cf5709abea3147bc179e Mon Sep 17 00:00:00 2001 From: Oliver Braun Date: Fri, 23 Aug 2002 11:44:15 +0000 Subject: #100202# fixed focusLost --- toolkit/source/awt/vclxtoolkit.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'toolkit/source/awt/vclxtoolkit.cxx') diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx index 4c96f5a26ec0..55f9c53ca86c 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -2,9 +2,9 @@ * * $RCSfile: vclxtoolkit.cxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: obr $ $Date: 2002-08-23 10:21:28 $ + * last change: $Author: obr $ $Date: 2002-08-23 12:44:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1309,7 +1309,7 @@ void SAL_CALL VCLXToolkit::fireFocusGained( } // virtual -void SAL_CALL fireFocusLost( +void SAL_CALL VCLXToolkit::fireFocusLost( ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > const & source) throw (::com::sun::star::uno::RuntimeException) -- cgit