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
commit0259a9fcf9cd4a58384202db2051974427371920 (patch)
treef2d827c9e2a90c8839e1e0cb6fcd697165a6aa79 /offapi/com/sun/star/scanner
parent0b8f293c6919382e2bd7f5913ec2776d26eb4539 (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 911d556b1..fd1bb1074 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 d125edde8..313090e87 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;