diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-05-20 18:19:27 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-05-20 18:19:27 +0000 |
commit | 6b70833249785475e95b32e9897734d613d8cc3a (patch) | |
tree | 6213b23c47167c5b4888d0b430d85826e2fb2ceb /extensions | |
parent | 659447f204e37458f32ea669f5a592f02a368227 (diff) |
INTEGRATION: CWS mba30patches01 (1.6.40); FILE MERGED
2008/04/23 10:50:35 mba 1.6.40.2: RESYNC: (1.6-1.7); FILE MERGED
2008/03/18 15:41:02 mba 1.6.40.1: #i86365#: remove unused code
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/scanner/sane.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extensions/source/scanner/sane.hxx b/extensions/source/scanner/sane.hxx index 734c3beb0bd8..9e3664794644 100644 --- a/extensions/source/scanner/sane.hxx +++ b/extensions/source/scanner/sane.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: sane.hxx,v $ - * $Revision: 1.7 $ + * $Revision: 1.8 $ * * This file is part of OpenOffice.org. * @@ -114,7 +114,6 @@ private: LoadSymbol( const char* ); void Init(); void DeInit(); - void Stop(); SANE_Status ControlOption( int, SANE_Action, void* ); |