summaryrefslogtreecommitdiff
path: root/extensions/source/scanner
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-02-26 12:12:12 +0000
committerKurt Zenker <kz@openoffice.org>2004-02-26 12:12:12 +0000
commit93504c725eb841bcf454a4bc13084965c41fc98f (patch)
tree259d6b045c29fd06afd15429c9c62ddda674af38 /extensions/source/scanner
parent4dd2b3f91eac43d615bfb718c1ccd7894c42e0aa (diff)
INTEGRATION: CWS sb13 (1.7.20); FILE MERGED
2004/02/06 08:28:13 sb 1.7.20.1: #i19699# Adapted to tightened tools/string.hxx.
Diffstat (limited to 'extensions/source/scanner')
-rw-r--r--extensions/source/scanner/sanedlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/scanner/sanedlg.cxx b/extensions/source/scanner/sanedlg.cxx
index c1a0482f663c..94022aadf011 100644
--- a/extensions/source/scanner/sanedlg.cxx
+++ b/extensions/source/scanner/sanedlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sanedlg.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: vg $ $Date: 2004-01-06 12:40:18 $
+ * last change: $Author: kz $ $Date: 2004-02-26 13:12:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1346,7 +1346,7 @@ void SaneDlg::SaveState()
if( mrSane.GetOptionValue( nOption, bValue ) )
{
ByteString aString( "BOOL=" );
- aString += (ULONG)bValue;
+ aString += ByteString::CreateFromInt32(bValue);
aConfig.WriteKey( aOption, aString );
}
}