summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/XWarningsSupplier.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-15 13:13:10 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-15 13:13:10 +0000
commit6e4f3bfbd4e20fb7e3e1a7ad7f000bf1d7fc05b4 (patch)
tree76c502c1f0e37fc602527fad633fd96e2c6be9e2 /offapi/com/sun/star/sdbc/XWarningsSupplier.idl
parent5fafead2abd881992212efa4e093bbe1c4d5c03c (diff)
INTEGRATION: CWS dba22b (1.10.232); FILE MERGED
2006/12/12 09:22:21 fs 1.10.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers
Diffstat (limited to 'offapi/com/sun/star/sdbc/XWarningsSupplier.idl')
-rw-r--r--offapi/com/sun/star/sdbc/XWarningsSupplier.idl7
1 files changed, 2 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sdbc/XWarningsSupplier.idl b/offapi/com/sun/star/sdbc/XWarningsSupplier.idl
index 6d425a578..e5722d519 100644
--- a/offapi/com/sun/star/sdbc/XWarningsSupplier.idl
+++ b/offapi/com/sun/star/sdbc/XWarningsSupplier.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: XWarningsSupplier.idl,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 03:56:09 $
+ * last change: $Author: vg $ $Date: 2007-01-15 14:13:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -46,7 +46,6 @@
module com { module sun { module star { module sdbc {
-// DocMerge from xml: interface com::sun::star::sdbc::XWarningsSupplier
/** should be implemented of objects which may report warnings or non critical
errors.
@see com::sun::star::sdbc::SQLWarning
@@ -55,7 +54,6 @@ published interface XWarningsSupplier: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::sdbc::XWarningsSupplier::getWarnings
/** returns the first warning reported by calls on an object that supports
the usage of warnings.
@@ -73,7 +71,6 @@ published interface XWarningsSupplier: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::sdbc::XWarningsSupplier::clearWarnings
/** 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>