[Libreoffice] [PATCH] Delete last SVX_LIGHT usage

Michaël Lefèvre lefevre00 at yahoo.fr
Mon Mar 21 14:49:51 PDT 2011


As usual, under LPGLv3+/MPL ;)

On Mon, Mar 21, 2011 at 10:18 PM, Michael Lefevre <lefevre00 at yahoo.fr> wrote:
> 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