summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xetable.hxx
diff options
context:
space:
mode:
authorBartosz Kosiorek <gang65@poczta.onet.pl>2016-06-17 16:21:06 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-22 23:04:47 +0000
commit228c25fd17727660a3372307e3f73dbcff5e71d2 (patch)
tree9ba8688e731c96677288236d1d3dacf4ba29aaae /sc/source/filter/inc/xetable.hxx
parent92cee94a262a3a2f43c87bb940c50cb90a2ebd89 (diff)
tdf#98106 Preserving hidden and empty rows after xlsx export
Change-Id: I1ff2bab766eadac1dd5d483453af0e760634083d Reviewed-on: https://gerrit.libreoffice.org/26421 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/source/filter/inc/xetable.hxx')
-rw-r--r--sc/source/filter/inc/xetable.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/xetable.hxx b/sc/source/filter/inc/xetable.hxx
index 140c1526f130..7d8bc50a7af4 100644
--- a/sc/source/filter/inc/xetable.hxx
+++ b/sc/source/filter/inc/xetable.hxx
@@ -591,7 +591,7 @@ public:
protected:
/** Constructs the outline buffer.
- @param bRows true = Process row ouline array; false = Process column outline array. */
+ @param bRows true = Process row outline array; false = Process column outline array. */
explicit XclExpOutlineBuffer( const XclExpRoot& rRoot, bool bRows );
/** Updates the current state by processing the settings at the passed Calc position. */