From 60214c67e20175e863bc06e36f5f9a80e9f85dab Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Fri, 15 Dec 2000 10:48:24 +0000 Subject: [PATCH] #73230# commit control in focusLost() --- extensions/source/bibliography/general.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/extensions/source/bibliography/general.cxx b/extensions/source/bibliography/general.cxx index 6c4c25e4a165..d035bd08c45d 100644 --- a/extensions/source/bibliography/general.cxx +++ b/extensions/source/bibliography/general.cxx @@ -2,9 +2,9 @@ * * $RCSfile: general.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: os $ $Date: 2000-11-14 11:06:35 $ + * last change: $Author: os $ $Date: 2000-12-15 11:48:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -809,6 +809,7 @@ void BibGeneralPage::focusGained(const awt::FocusEvent& rEvent) throw( uno::Runt ---------------------------------------------------------------------------*/ void BibGeneralPage::focusLost(const awt::FocusEvent& ) throw( uno::RuntimeException ) { + CommitActiveControl(); } /* -----------------------------14.04.00 12:52--------------------------------