#82883# renamed DispatchGridControl in InteractionGridControl
This commit is contained in:
parent
079c5f5f71
commit
4e719918af
2 changed files with 5 additions and 4 deletions
|
@ -68,7 +68,8 @@
|
||||||
<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
|
<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
|
||||||
<language>c++</language>
|
<language>c++</language>
|
||||||
<status value="final"/>
|
<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.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>
|
</component-description>
|
||||||
</module-description>
|
</module-description>
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: sbagrid.cxx,v $
|
* $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
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* 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> SbaXGridControl::getSupportedServiceNames_Static(void) throw( RuntimeException )
|
||||||
{
|
{
|
||||||
Sequence< ::rtl::OUString> aSupported(3);
|
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[1] = ::rtl::OUString::createFromAscii("com.sun.star.form.control.GridControl");
|
||||||
aSupported[2] = ::rtl::OUString::createFromAscii("com.sun.star.awt.UnoControl");
|
aSupported[2] = ::rtl::OUString::createFromAscii("com.sun.star.awt.UnoControl");
|
||||||
return aSupported;
|
return aSupported;
|
||||||
|
|
Loading…
Reference in a new issue