From af24dfc60aae08fe49ac8544ddced6974c58f097 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 3 Jul 2012 21:26:13 +0200 Subject: replace enum SvxBorderStyle with css::table::BorderLineSyle Change-Id: I1dadb53f46b23f92d34061ef78dda872bdbcda67 (cherry picked from commit 8b4593948582c3b5b3d013bd751bb19ffd37a31b) --- cui/source/tabpages/border.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cui') diff --git a/cui/source/tabpages/border.cxx b/cui/source/tabpages/border.cxx index d6bf7a0be325..a75741d24b88 100644 --- a/cui/source/tabpages/border.cxx +++ b/cui/source/tabpages/border.cxx @@ -1030,6 +1030,8 @@ Color lcl_mediumColor( Color aMain, Color /*aDefault*/ ) void SvxBorderTabPage::FillLineListBox_Impl() { + using namespace ::com::sun::star::table::BorderLineStyle; + aLbLineStyle.SetSourceUnit( FUNIT_TWIP ); aLbLineStyle.SetNone( SVX_RESSTR( RID_SVXSTR_NONE ) ); -- cgit