summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/DomainMapperTableHandler.cxx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2010-10-06 23:54:46 +0200
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-10-06 23:54:46 +0200
commit58a4049174516149403791afb9216e8b54bf0c90 (patch)
treedbe0957153c78b17135559d2c57cf7d572013b3a /writerfilter/source/dmapper/DomainMapperTableHandler.cxx
parent72c9c9b3aa5cf2ffc61cf4eadbc819922723a356 (diff)
fate#307731, fate#307730: Adds dotted and dashed border lines
Diffstat (limited to 'writerfilter/source/dmapper/DomainMapperTableHandler.cxx')
-rw-r--r--writerfilter/source/dmapper/DomainMapperTableHandler.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/writerfilter/source/dmapper/DomainMapperTableHandler.cxx b/writerfilter/source/dmapper/DomainMapperTableHandler.cxx
index 0e5e3a3252ca..d0c4006d34e2 100644
--- a/writerfilter/source/dmapper/DomainMapperTableHandler.cxx
+++ b/writerfilter/source/dmapper/DomainMapperTableHandler.cxx
@@ -29,6 +29,7 @@
#include <StyleSheetTable.hxx>
#include <com/sun/star/table/TableBorderDistances.hpp>
#include <com/sun/star/table/TableBorder.hpp>
+#include <com/sun/star/table/BorderLine2.hpp>
#include <com/sun/star/text/HoriOrientation.hpp>
#include <dmapperLoggers.hxx>
@@ -65,7 +66,7 @@ static void lcl_printProperties( PropertyMapPtr pProps )
rtl::OString aOStr(aOUStr.getStr(), aOUStr.getLength(), RTL_TEXTENCODING_ASCII_US );
clog << aOStr.getStr();
- table::BorderLine aLine;
+ table::BorderLine2 aLine;
sal_Int32 nColor;
if ( aMapIter->second >>= aLine )
{