summaryrefslogtreecommitdiff
path: root/editeng/inc
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2010-10-07 13:24:04 +0200
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-10-07 13:24:33 +0200
commit311325ee3f1e519ff09e819718719edc7d4a110e (patch)
tree32c31ec27d15ee907f6e8a39a2d300d2ff231996 /editeng/inc
parent36c8126b9e48dc438547b6f2945c0f0c88915719 (diff)
Dotted - dashed borders: Fix build breakage in svx
Diffstat (limited to 'editeng/inc')
-rw-r--r--editeng/inc/editeng/boxitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/inc/editeng/boxitem.hxx b/editeng/inc/editeng/boxitem.hxx
index 467d2cb7f033..4bde9bb69feb 100644
--- a/editeng/inc/editeng/boxitem.hxx
+++ b/editeng/inc/editeng/boxitem.hxx
@@ -107,7 +107,7 @@ public:
// keine Line gesetzt ist
USHORT CalcLineSpace( USHORT nLine, BOOL bIgnoreLine = FALSE ) const;
static com::sun::star::table::BorderLine2 SvxLineToLine( const SvxBorderLine* pLine, sal_Bool bConvert );
- static sal_Bool LineToSvxLine(const ::com::sun::star::table::BorderLine2& rLine, SvxBorderLine& rSvxLine, sal_Bool bConvert);
+ static sal_Bool LineToSvxLine(const ::com::sun::star::table::BorderLine& rLine, SvxBorderLine& rSvxLine, sal_Bool bConvert);
};
inline void SvxBoxItem::SetDistance( USHORT nNew )