diff options
author | Justin Luth <justin.luth@collabora.com> | 2018-06-19 11:02:07 +0300 |
---|---|---|
committer | Justin Luth <justin_luth@sil.org> | 2018-06-20 04:57:10 +0200 |
commit | 3ef18b28ade43a38bb46a2400e4e81a9ae8796bc (patch) | |
tree | b38c548693b5652d33c00b302ad03018c23ffb0c /include/oox | |
parent | 423f87128e08035a11b84138c1dc9ca63f4d33b2 (diff) |
NFC oox export shape: move replicated code into function
Change-Id: I1d306769bee8390626b513c63c5b889ba3d3d3d6
Reviewed-on: https://gerrit.libreoffice.org/56083
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Justin Luth <justin_luth@sil.org>
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/export/shapes.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/oox/export/shapes.hxx b/include/oox/export/shapes.hxx index 6e5839d93bdc..aa0ca2cd1a62 100644 --- a/include/oox/export/shapes.hxx +++ b/include/oox/export/shapes.hxx @@ -25,6 +25,7 @@ #include <unordered_map> #include <com/sun/star/awt/Size.hpp> +#include <com/sun/star/table/BorderLine2.hpp> #include <com/sun/star/uno/Reference.hxx> #include <oox/dllapi.h> #include <oox/export/drawingml.hxx> @@ -215,6 +216,7 @@ public: void WriteTableCellProperties(const css::uno::Reference< css::beans::XPropertySet >& rXPropSet); + void WriteBorderLine(const sal_Int32 XML_line, const css::table::BorderLine2& rBorderLine); void WriteTableCellBorders(const css::uno::Reference< css::beans::XPropertySet >& rXPropSet); sal_Int32 GetNewShapeID( const css::uno::Reference< css::drawing::XShape >& rShape ); |