summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2010-10-07 18:24:54 +0200
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-10-07 18:26:31 +0200
commit844f3f8b41e90af38d3a8bcb122dfb6d1cdc2abe (patch)
tree2045c6ed4109c9bb7b54a7016b1f4a741ff983d1 /sw
parente97514b695d875e83c9bde9a6261c772435b4f17 (diff)
dotted/dashed borders: some other BorderLine creation removal
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/unocore/unoframe.cxx1
-rw-r--r--sw/source/core/unocore/unotbl.cxx2
2 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/core/unocore/unoframe.cxx b/sw/source/core/unocore/unoframe.cxx
index 3a3df506b457..d5a6223afaae 100644
--- a/sw/source/core/unocore/unoframe.cxx
+++ b/sw/source/core/unocore/unoframe.cxx
@@ -66,7 +66,6 @@
#include <unomap.hxx>
#include <unoprnms.hxx>
#include <unoevent.hxx>
-#include <com/sun/star/table/BorderLine.hpp>
#include <com/sun/star/util/XModifyBroadcaster.hpp>
#include <com/sun/star/table/ShadowFormat.hpp>
#include <com/sun/star/style/GraphicLocation.hpp>
diff --git a/sw/source/core/unocore/unotbl.cxx b/sw/source/core/unocore/unotbl.cxx
index 9f3b635a6cbe..c1e8f172397f 100644
--- a/sw/source/core/unocore/unotbl.cxx
+++ b/sw/source/core/unocore/unotbl.cxx
@@ -117,7 +117,7 @@ extern void lcl_GetTblBoxColStr( sal_uInt16 nCol, String& rNm );
* --------------------------------------------------*/
table::BorderLine lcl_SvxLineToLine(const SvxBorderLine* pLine)
{
- table::BorderLine aLine;
+ table::BorderLine2 aLine;
if(pLine)
{
aLine.Color = pLine->GetColor().GetColor() ;