#82883# renamed DispatchGridControl in InteractionGridControl

This commit is contained in:
Frank Schönheit 2001-04-19 10:54:03 +00:00
parent 079c5f5f71
commit 4e719918af
2 changed files with 5 additions and 4 deletions

View file

@ -68,7 +68,8 @@
<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
<language>c++</language>
<status value="final"/>
<supported-service>com.sun.star.awt.UnoControl</supported-service>
<supported-service>com.sun.star.form.control.GridControl</supported-service>
<supported-service>com.sun.star.form.control.DispatchGridControl</supported-service>
<supported-service>com.sun.star.form.control.InteractionGridControl</supported-service>
</component-description>
</module-description>

View file

@ -2,9 +2,9 @@
*
* $RCSfile: sbagrid.cxx,v $
*
* $Revision: 1.28 $
* $Revision: 1.29 $
*
* last change: $Author: fs $ $Date: 2001-04-19 10:51:23 $
* last change: $Author: fs $ $Date: 2001-04-19 11:52:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -455,7 +455,7 @@ Reference< XInterface > SAL_CALL SbaXGridControl_CreateInstance(const Reference<
Sequence< ::rtl::OUString> SbaXGridControl::getSupportedServiceNames_Static(void) throw( RuntimeException )
{
Sequence< ::rtl::OUString> aSupported(3);
aSupported[0] = ::rtl::OUString::createFromAscii("com.sun.star.form.control.DispatchGridControl");
aSupported[0] = ::rtl::OUString::createFromAscii("com.sun.star.form.control.InteractionGridControl");
aSupported[1] = ::rtl::OUString::createFromAscii("com.sun.star.form.control.GridControl");
aSupported[2] = ::rtl::OUString::createFromAscii("com.sun.star.awt.UnoControl");
return aSupported;