From df67d6b6583aba58ddc4b4cf38515549d4b0558e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Sch=C3=B6nheit?= Date: Thu, 19 Apr 2001 10:54:03 +0000 Subject: [PATCH] #82883# renamed DispatchGridControl in InteractionGridControl --- extensions/source/bibliography/datman.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/source/bibliography/datman.cxx b/extensions/source/bibliography/datman.cxx index eb9b24849abe..80c32becfa02 100644 --- a/extensions/source/bibliography/datman.cxx +++ b/extensions/source/bibliography/datman.cxx @@ -2,9 +2,9 @@ * * $RCSfile: datman.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: os $ $Date: 2001-02-19 14:04:13 $ + * last change: $Author: fs $ $Date: 2001-04-19 11:54:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1392,7 +1392,7 @@ Reference< awt::XControlModel > BibDataManager::loadGridModel(const rtl::OUStri Reference< XPropertySet > xPropSet( xModel, UNO_QUERY ); Any aDbSource; aDbSource <<= rName; xPropSet->setPropertyValue( C2U("Name"),aDbSource); - rtl::OUString aControlName(C2U("com.sun.star.form.control.DispatchGridControl")); + rtl::OUString aControlName(C2U("com.sun.star.form.control.InteractionGridControl")); Any aAny; aAny <<= aControlName; xPropSet->setPropertyValue( C2U("DefaultControl"),aAny );