[Libreoffice] [PATCH] Delete last SVX_LIGHT usage

Michael Lefevre lefevre00 at yahoo.fr
Mon Mar 21 14:18:41 PDT 2011


Xavier SVX_LIGHT deletion forgot just on occurence.
This patch delete the last one.
---
 editeng/source/items/borderline.cxx |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/editeng/source/items/borderline.cxx b/editeng/source/items/borderline.cxx
index d6b4efc..0a130f7 100644
--- a/editeng/source/items/borderline.cxx
+++ b/editeng/source/items/borderline.cxx
@@ -410,7 +410,6 @@ XubString SvxBorderLine::GetValueString( SfxMapUnit eSrcUnit,
                                       const IntlWrapper* pIntl,
                                       sal_Bool bMetricStr) const
 {
-#ifndef SVX_LIGHT
 
     static const sal_uInt16 aStyleIds[] =
     {
@@ -454,9 +453,6 @@ XubString SvxBorderLine::GetValueString( SfxMapUnit eSrcUnit,
     }
     aStr += sal_Unicode(')');
     return aStr;
-#else
-    return UniString();
-#endif
 }
 
 bool SvxBorderLine::HasPriority( const SvxBorderLine& rOtherLine ) const
-- 
1.7.1



More information about the LibreOffice mailing list