summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/inc/xestring.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xestring.hxx')
-rw-r--r--sc/source/filter/inc/xestring.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/xestring.hxx b/sc/source/filter/inc/xestring.hxx
index f5fba100f7b5..0109972305c7 100644
--- a/sc/source/filter/inc/xestring.hxx
+++ b/sc/source/filter/inc/xestring.hxx
@@ -238,7 +238,7 @@ private:
bool mbSmartFlags; /// true = omit flags on empty string; false = always write flags.
bool mbSkipFormats; /// true = skip formats on export; false = write complete formatted string.
bool mbWrapped; /// true = text contains several paragraphs.
- bool mbSkipHeader; /// ture = skip length and flags when writing string bytes.
+ bool mbSkipHeader; /// true = skip length and flags when writing string bytes.
};
inline bool operator==( const XclExpString& rLeft, const XclExpString& rRight )