summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-20 18:19:08 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-20 18:19:08 +0000
commit659447f204e37458f32ea669f5a592f02a368227 (patch)
tree3f8da75d469d3bb1855b1fb7c68df98ad5c5a4ae /extensions
parent35e2882b24d026b5bd4d6c98d87f076c3d1c55cc (diff)
INTEGRATION: CWS mba30patches01 (1.14.40); FILE MERGED
2008/04/23 10:50:32 mba 1.14.40.2: RESYNC: (1.14-1.15); FILE MERGED 2008/03/18 15:41:02 mba 1.14.40.1: #i86365#: remove unused code
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/scanner/sane.cxx12
1 files changed, 1 insertions, 11 deletions
diff --git a/extensions/source/scanner/sane.cxx b/extensions/source/scanner/sane.cxx
index e5ebda3daf0e..4c26106fc512 100644
--- a/extensions/source/scanner/sane.cxx
+++ b/extensions/source/scanner/sane.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: sane.cxx,v $
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
* This file is part of OpenOffice.org.
*
@@ -352,16 +352,6 @@ void Sane::Close()
}
}
-void Sane::Stop()
-{
- if( maHandle )
- {
- int nDevice = mnDevice;
- Close();
- Open( nDevice );
- }
-}
-
int Sane::GetOptionByName( const char* rName )
{
int i;