diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-10-10 13:02:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-10-10 13:02:43 +0000 |
commit | aba2169bfb03658f4be056b59b29657adbb9a6c2 (patch) | |
tree | c90c38d1c6065734677f6f938adbedf4d2bb5ed5 /extensions/source/scanner/sane.hxx | |
parent | 63e30833f94fa7e76cc799402ba43071cff5d2d0 (diff) |
CWS-TOOLING: integrate CWS cmcfixes49
Diffstat (limited to 'extensions/source/scanner/sane.hxx')
-rw-r--r-- | extensions/source/scanner/sane.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/scanner/sane.hxx b/extensions/source/scanner/sane.hxx index 9e3664794644..7b6ed63caee5 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.8 $ + * $Revision: 1.8.64.1 $ * * This file is part of OpenOffice.org. * @@ -97,7 +97,7 @@ private: static void (*p_cancel)( SANE_Handle ); static SANE_Status (*p_set_io_mode)( SANE_Handle, SANE_Bool ); static SANE_Status (*p_get_select_fd)( SANE_Handle, SANE_Int* ); - static const SANE_String_Const (*p_strstatus)( SANE_Status ); + static SANE_String_Const (*p_strstatus)( SANE_Status ); static SANE_Int nVersion; static SANE_Device** ppDevices; |