summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/biffinputstream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/biffinputstream.hxx')
-rw-r--r--sc/source/filter/inc/biffinputstream.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/biffinputstream.hxx b/sc/source/filter/inc/biffinputstream.hxx
index b1350571b2f9..76ae3a82eec5 100644
--- a/sc/source/filter/inc/biffinputstream.hxx
+++ b/sc/source/filter/inc/biffinputstream.hxx
@@ -230,7 +230,7 @@ public:
True = NUL characters are inserted into the imported string.
False = NUL characters are replaced by question marks (default).
*/
- OString readByteString( bool b16BitLen, bool bAllowNulChars = false );
+ OString readByteString( bool b16BitLen, bool bAllowNulChars );
/** Reads 8/16 bit string length and character array, and returns a Unicode string.
@param b16BitLen