summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/XWarningsSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/XWarningsSupplier.idl')
-rw-r--r--offapi/com/sun/star/sdbc/XWarningsSupplier.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sdbc/XWarningsSupplier.idl b/offapi/com/sun/star/sdbc/XWarningsSupplier.idl
index d3c5bc88b15b..a6a439f0561a 100644
--- a/offapi/com/sun/star/sdbc/XWarningsSupplier.idl
+++ b/offapi/com/sun/star/sdbc/XWarningsSupplier.idl
@@ -51,7 +51,7 @@ published interface XWarningsSupplier: com::sun::star::uno::XInterface
/** clears all warnings reported for the object implementing the interface.
After a call to this method, the method
- <member scope="com::sun::star::sdbc">XWarningsSupplier::getWarnings()</member>
+ com::sun::star::sdbc::XWarningsSupplier::getWarnings()
returns
<void/>
until a new warning is reported for the object.