summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/scanner
diff options
context:
space:
mode:
authorAurimas Fišeras <aurimas@gmail.com>2011-01-23 15:42:57 +0200
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-01-27 10:17:20 +0100
commit85f4d5e755b0768a3ed8e5bfed5702a28a31d8d9 (patch)
treeffb236d95f33f1287898b735bfda3095647108a4 /offapi/com/sun/star/scanner
parent5c0a22ab34a1ce0a7d1bd66e82d82f8bc6caaeec (diff)
Some fixes to documentation (part 3)
Fixes many spelling errors (checked with en_US spell checker). Unifies spelling of some common words. Replaces single quotes ('') with double quotes (""). Fixes several other errors.
Diffstat (limited to 'offapi/com/sun/star/scanner')
-rw-r--r--offapi/com/sun/star/scanner/XScannerManager.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/scanner/XScannerManager.idl b/offapi/com/sun/star/scanner/XScannerManager.idl
index ac933dd3cbb5..030dc66a7fbc 100644
--- a/offapi/com/sun/star/scanner/XScannerManager.idl
+++ b/offapi/com/sun/star/scanner/XScannerManager.idl
@@ -63,7 +63,7 @@ published interface XScannerManager: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
// DOCUMENTATION CHANGED FOR XScannerManager::getAvailableScanners
- /** returns all avilable scanner devices
+ /** returns all available scanner devices
*/
sequence<com::sun::star::scanner::ScannerContext> getAvailableScanners();
@@ -79,7 +79,7 @@ published interface XScannerManager: com::sun::star::uno::XInterface
/**start the scanning process
listener will be called when scan is complete
the EventObject of the disposing call will contain
- the ScannerManager if the scan was successfull,
+ the ScannerManager if the scan was successful,
an empty interface otherwise
*/
void startScan( [in] com::sun::star::scanner::ScannerContext scanner_context,