[Libreoffice-commits] .: editeng/source

David Tardon dtardon at kemper.freedesktop.org
Tue Mar 22 00:45:18 PDT 2011


 editeng/source/items/borderline.cxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit 2210c6e03ab5006828cf8b26e27071b63c9b9022
Author: Michael Lefevre <lefevre00 at yahoo.fr>
Date:   Tue Mar 22 08:44:24 2011 +0100

    Delete last SVX_LIGHT usage
    
    Xavier SVX_LIGHT deletion forgot just on occurence.
    This patch delete the last one.

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


More information about the Libreoffice-commits mailing list