diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-03-12 23:58:22 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-03-12 23:58:22 -0600 |
commit | 2d67395639c89c8dc4aa914e987478f8e6a2a8b9 (patch) | |
tree | 64e7124ba093f8dac707b27db270f59584f05210 /cui/source/tabpages/border.cxx | |
parent | 9ddf05522849d28ec15d66c0b2aff4585eb912fe (diff) |
mis-merge: mostly remove remaining tools types
Diffstat (limited to 'cui/source/tabpages/border.cxx')
-rw-r--r-- | cui/source/tabpages/border.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/border.cxx b/cui/source/tabpages/border.cxx index cc239df13481..f7df800d1580 100644 --- a/cui/source/tabpages/border.cxx +++ b/cui/source/tabpages/border.cxx @@ -917,7 +917,7 @@ IMPL_LINK( SvxBorderTabPage, SelColHdl_Impl, ListBox *, pLb ) // ----------------------------------------------------------------------- -SvxBorderStyle lcl_getBorderStyle( USHORT nStyle ) +SvxBorderStyle lcl_getBorderStyle( sal_uInt16 nStyle ) { SvxBorderStyle nResult = SOLID; switch ( nStyle ) |