diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-04-19 10:54:03 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-04-19 10:54:03 +0000 |
commit | df67d6b6583aba58ddc4b4cf38515549d4b0558e (patch) | |
tree | dcf2793d8868d0125ad21de402693c4a369bb71f | |
parent | 5496e1ac8b58165e49a5a1e70f041381ee23e632 (diff) |
#82883# renamed DispatchGridControl in InteractionGridControl
-rw-r--r-- | extensions/source/bibliography/datman.cxx | 6 |
1 files 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 ); |