diff options
author | Muthu Subramanian <sumuthu@collabora.com> | 2013-12-10 16:56:25 +0530 |
---|---|---|
committer | Muthu Subramanian <sumuthu@collabora.com> | 2013-12-10 17:29:20 +0530 |
commit | 840f4fc4d677740fc4b0ebcb658f4a828e184dad (patch) | |
tree | 31dc4b4c1ffb2a6552975b3b184b9a8cb045cdb8 /include | |
parent | 87dd1780a31de9ea1df70a8511c262ff252bf99a (diff) |
n#828390: New line is dropped while importing text.
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/core/contexthandler2.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/oox/core/contexthandler2.hxx b/include/oox/core/contexthandler2.hxx index d60cf3821916..48edd9a8086a 100644 --- a/include/oox/core/contexthandler2.hxx +++ b/include/oox/core/contexthandler2.hxx @@ -206,6 +206,8 @@ private: ContextStackRef mxContextStack; ///< Stack of all processed elements. size_t mnRootStackSize; ///< Stack size on construction time. + +protected: bool mbEnableTrimSpace; ///< True = trim whitespace in characters(). }; |