Kaydet (Commit) e3e4d1c5 authored tarafından Michael Lefevre's avatar Michael Lefevre Kaydeden (comit) David Tardon

Delete last SVX_LIGHT usage

Xavier SVX_LIGHT deletion forgot just on occurence.
This patch delete the last one.
üst 1a076038
...@@ -410,8 +410,6 @@ XubString SvxBorderLine::GetValueString( SfxMapUnit eSrcUnit, ...@@ -410,8 +410,6 @@ XubString SvxBorderLine::GetValueString( SfxMapUnit eSrcUnit,
const IntlWrapper* pIntl, const IntlWrapper* pIntl,
sal_Bool bMetricStr) const sal_Bool bMetricStr) const
{ {
#ifndef SVX_LIGHT
static const sal_uInt16 aStyleIds[] = static const sal_uInt16 aStyleIds[] =
{ {
RID_SOLID, RID_SOLID,
...@@ -454,9 +452,6 @@ XubString SvxBorderLine::GetValueString( SfxMapUnit eSrcUnit, ...@@ -454,9 +452,6 @@ XubString SvxBorderLine::GetValueString( SfxMapUnit eSrcUnit,
} }
aStr += sal_Unicode(')'); aStr += sal_Unicode(')');
return aStr; return aStr;
#else
return UniString();
#endif
} }
bool SvxBorderLine::HasPriority( const SvxBorderLine& rOtherLine ) const bool SvxBorderLine::HasPriority( const SvxBorderLine& rOtherLine ) const
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment