diff options
author | Oliver Braun <obr@openoffice.org> | 2002-08-23 11:44:15 +0000 |
---|---|---|
committer | Oliver Braun <obr@openoffice.org> | 2002-08-23 11:44:15 +0000 |
commit | d7d20de52f268485c564cf5709abea3147bc179e (patch) | |
tree | 43e9d179703bbfd22e8d60bcf87ff7fc40f2ee18 /toolkit/source/awt/vclxtoolkit.cxx | |
parent | fcdc05c5e1ecaeae79bd9e084cbeb520e231165a (diff) |
#100202# fixed focusLost
Diffstat (limited to 'toolkit/source/awt/vclxtoolkit.cxx')
-rw-r--r-- | toolkit/source/awt/vclxtoolkit.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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) |