summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/scanner
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 20:32:32 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 20:32:32 +0000
commitb5665906358f7a4a2c1e45288b25fbc61d8da95a (patch)
treeec2e9a53025f71a01653a51668bd1592b36ee9fb /offapi/com/sun/star/scanner
parentc5813d9a9fa78b21bf7448aa6fd736634ec451d9 (diff)
INTEGRATION: CWS sb18 (1.3.450); FILE MERGED
2004/05/21 15:01:06 sb 1.3.450.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com/sun/star/scanner')
-rw-r--r--offapi/com/sun/star/scanner/ScannerException.idl6
-rw-r--r--offapi/com/sun/star/scanner/ScannerManager.idl6
2 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/scanner/ScannerException.idl b/offapi/com/sun/star/scanner/ScannerException.idl
index d5a161876910..542406326dbb 100644
--- a/offapi/com/sun/star/scanner/ScannerException.idl
+++ b/offapi/com/sun/star/scanner/ScannerException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ScannerException.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:30 $
+ * last change: $Author: obo $ $Date: 2004-06-03 21:32:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,7 +78,7 @@ module com { module sun { module star { module scanner {
/** A ScannerException gets thrown if an object of type XScannerManager
could not complete a specific action.
*/
-exception ScannerException: com::sun::star::uno::Exception
+published exception ScannerException: com::sun::star::uno::Exception
{
//-------------------------------------------------------------------------
// DOCUMENTATION CHANGED FOR ScannerException::Error
diff --git a/offapi/com/sun/star/scanner/ScannerManager.idl b/offapi/com/sun/star/scanner/ScannerManager.idl
index a8164c02a8c6..d0fb2a3c4373 100644
--- a/offapi/com/sun/star/scanner/ScannerManager.idl
+++ b/offapi/com/sun/star/scanner/ScannerManager.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ScannerManager.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:30 $
+ * last change: $Author: obo $ $Date: 2004-06-03 21:32:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,7 +77,7 @@ module com { module sun { module star { module scanner {
/** ScannerManager provides a simple method to access scanner devices
(or other image producing devices)
*/
-service ScannerManager
+published service ScannerManager
{
interface com::sun::star::scanner::XScannerManager;