summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/WW8TableInfo.hxx
diff options
context:
space:
mode:
authorJustin Luth <justin.luth@collabora.com>2018-08-25 22:22:55 +0300
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-08-31 17:58:52 +0200
commitcecf71c18da5430c10daa8522d38d5144edefc14 (patch)
treee5598e6c79c880a6a81ad4944c7198c05d6a9be1 /sw/source/filter/ww8/WW8TableInfo.hxx
parent347a86962bffeaf7420c390a733d2ddd1d78efeb (diff)
tdf#82177 docx export: no inside borders on outside cells
Well, not on the bottom or right outside cells. Obviously the presence of a bottom or a right in those cases doesn't indicate an inside line. Change-Id: I5d0661fd60f478a392b12fe9093c2e47e130631b Reviewed-on: https://gerrit.libreoffice.org/59600 Tested-by: Jenkins Reviewed-by: Justin Luth <justin_luth@sil.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/ww8/WW8TableInfo.hxx')
-rw-r--r--sw/source/filter/ww8/WW8TableInfo.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/WW8TableInfo.hxx b/sw/source/filter/ww8/WW8TableInfo.hxx
index a3b6df799180..f2a2db21806a 100644
--- a/sw/source/filter/ww8/WW8TableInfo.hxx
+++ b/sw/source/filter/ww8/WW8TableInfo.hxx
@@ -94,6 +94,7 @@ public:
bool isEndOfCell() const { return mbEndOfCell;}
bool isEndOfLine() const { return mbEndOfLine;}
bool isFinalEndOfLine() const { return mbFinalEndOfLine;}
+ bool isFinalRow() const;
bool isFirstInTable() const { return mbFirstInTable;}
const SwTableBox * getTableBox() const { return mpTableBox;}
const SwTable * getTable() const { return mpTable;}