summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-20 18:19:57 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-20 18:19:57 +0000
commit5eb1d7b4f359f9d4ea2924aebd42a7067ef24d61 (patch)
treeadf5084fa03d899f2689e80f2573e7537b7f88c6
parent719e056b79c841cc1e4d21fff55bc7fd748ec489 (diff)
INTEGRATION: CWS mba30patches01 (1.5.324); FILE MERGED
2008/04/23 10:50:41 mba 1.5.324.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/18 15:41:02 mba 1.5.324.1: #i86365#: remove unused code
-rw-r--r--extensions/source/scanner/scanner.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/extensions/source/scanner/scanner.hxx b/extensions/source/scanner/scanner.hxx
index 413fc06cfe6f..6b0431c35163 100644
--- a/extensions/source/scanner/scanner.hxx
+++ b/extensions/source/scanner/scanner.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: scanner.hxx,v $
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
* This file is part of OpenOffice.org.
*
@@ -101,11 +101,8 @@ public:
virtual SEQ( sal_Int8 ) SAL_CALL getMaskDIB() throw();
// Misc
- OUString getImplementationName() throw();
static OUString getImplementationName_Static() throw();
- Sequence< OUString > getSupportedServiceNames() throw();
static Sequence< OUString > getSupportedServiceNames_Static() throw();
- BOOL supportsService( const OUString& ServiceName ) throw();
void Lock() { maProtector.acquire(); }
void Unlock() { maProtector.release(); }