diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-29 18:54:48 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:06 +0200 |
commit | b84bffc86a913383bb3fa7f9f3d963d32681f778 (patch) | |
tree | 9a0d6b2eedcc2d24cd069ffcb6ac012c61521f89 | |
parent | b7ba598ced9708da45372a6c3f8e1a17c306be8f (diff) |
*api: convert remaining elements with "scope" attribute
Apparently <module> is yet another imaginary thing autodoc doesn't know.
Change-Id: I25382f8c2ae024d29ae20ab3b85740e9d6a9e9da
-rw-r--r-- | offapi/com/sun/star/sdb/ErrorMessageDialog.idl | 13 | ||||
-rw-r--r-- | offapi/com/sun/star/ui/XUIConfigurationManager.idl | 3 |
2 files changed, 2 insertions, 14 deletions
diff --git a/offapi/com/sun/star/sdb/ErrorMessageDialog.idl b/offapi/com/sun/star/sdb/ErrorMessageDialog.idl index 4ca3ca574646..2b24067c0f29 100644 --- a/offapi/com/sun/star/sdb/ErrorMessageDialog.idl +++ b/offapi/com/sun/star/sdb/ErrorMessageDialog.idl @@ -29,18 +29,7 @@ module com { module sun { module star { module sdb { /** provides a dialog for displaying database related exceptions. <p> If applications use any of the functionality provided in the modules - <module scope="com.sun.star"> - sdbc - </module> - , - <module scope="com.sun.star"> - sdbcx - </module> - and - <module scope="com.sun.star"> - sdb - </module> - , + com.sun.star::sdbc, com.sun.star::sdbcx and com.sun.star::sdb, they will - sooner or later - encounter com::sun::star::sdbc::SQLException 's. diff --git a/offapi/com/sun/star/ui/XUIConfigurationManager.idl b/offapi/com/sun/star/ui/XUIConfigurationManager.idl index 6002f81dc9a8..3ca4fbb535f9 100644 --- a/offapi/com/sun/star/ui/XUIConfigurationManager.idl +++ b/offapi/com/sun/star/ui/XUIConfigurationManager.idl @@ -61,8 +61,7 @@ interface XUIConfigurationManager : ::com::sun::star::uno::XInterface @param ElementType makes it possible to narrow the result set to only one type of user interface elements. If all user interface element - types should be returned - <value scope=com::sun::star::ui>UIElementType::UNKNOWN</value> + types should be returned com::sun::star::ui::UIElementType::UNKNOWN must be provided. @return |