diff options
author | Michael Hönnig <mi@openoffice.org> | 2001-11-15 15:39:30 +0000 |
---|---|---|
committer | Michael Hönnig <mi@openoffice.org> | 2001-11-15 15:39:30 +0000 |
commit | 1d419e4bc501d98a612786266ca42ccc1c12cadc (patch) | |
tree | 4ebb91e48abcd25a1cc728618a1439bb51166410 /offapi/com/sun/star/scanner | |
parent | caa30df0ed5803a47ad64f3603262510648387f2 (diff) |
proofreading and corrections from Richard Holt
Diffstat (limited to 'offapi/com/sun/star/scanner')
-rw-r--r-- | offapi/com/sun/star/scanner/ScanError.idl | 6 | ||||
-rw-r--r-- | offapi/com/sun/star/scanner/XScannerManager.idl | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/offapi/com/sun/star/scanner/ScanError.idl b/offapi/com/sun/star/scanner/ScanError.idl index 8c658f315..9bf7ba996 100644 --- a/offapi/com/sun/star/scanner/ScanError.idl +++ b/offapi/com/sun/star/scanner/ScanError.idl @@ -2,9 +2,9 @@ * * $RCSfile: ScanError.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:43:30 $ + * last change: $Author: mi $ $Date: 2001-11-15 16:39:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -91,7 +91,7 @@ enum ScanError //------------------------------------------------------------------------- // DOCUMENTATION CHANGED FOR ScanError:: ScanInProgress, - /** ScanInProgress: a scan is already in action on this device that has + /** ScanInProgress: a scan is already in progress on this device that has to end before a new one can be started */ ScanInProgress, diff --git a/offapi/com/sun/star/scanner/XScannerManager.idl b/offapi/com/sun/star/scanner/XScannerManager.idl index 619c57c91..5062a3d17 100644 --- a/offapi/com/sun/star/scanner/XScannerManager.idl +++ b/offapi/com/sun/star/scanner/XScannerManager.idl @@ -2,9 +2,9 @@ * * $RCSfile: XScannerManager.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:32 $ + * last change: $Author: mi $ $Date: 2001-11-15 16:39:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -102,8 +102,8 @@ interface XScannerManager: com::sun::star::uno::XInterface sequence<com::sun::star::scanner::ScannerContext> getAvailableScanners(); //------------------------------------------------------------------------- - /**produce some kind of UI to let the user have a preview, - configure the scan area, whatever + /** produce some kind of User Interface to let the user have a preview, + configure the scan area, etc., it returns FALSE if user cancelled this process */ boolean configureScanner( [inout] com::sun::star::scanner::ScannerContext scanner_context ) |