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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/biffinputstream.hxx b/sc/source/filter/inc/biffinputstream.hxx
index 001c23fe871a..280a4ad2f475 100644
--- a/sc/source/filter/inc/biffinputstream.hxx
+++ b/sc/source/filter/inc/biffinputstream.hxx
@@ -134,7 +134,7 @@ public:
/** Constructs the BIFF record stream using the passed binary stream.
@param rInStream
- The base input stream. Must be seekable. Will be seeked to its
+ The base input stream. Must be seekable. Will be sought to its
start position.
@param bContLookup Automatic CONTINUE lookup on/off.
@@ -283,7 +283,7 @@ public:
private:
- /** Initializes all members after base stream has been seeked to new record. */
+ /** Initializes all members after base stream has been sought to new record. */
void setupRecord();
/** Restarts the current record from the beginning. */
void restartRecord( bool bInvalidateRecSize );