summaryrefslogtreecommitdiff
path: root/editeng/source/items/borderline.cxx
diff options
context:
space:
mode:
authorMichael Lefevre <lefevre00@yahoo.fr>2011-03-22 08:44:24 +0100
committerDavid Tardon <dtardon@redhat.com>2011-03-22 08:45:00 +0100
commite3e4d1c531fd6b49cb61c2be8e1724b2384cf6f3 (patch)
treecb0264f4f394903ae21cb528d093df2730efbc01 /editeng/source/items/borderline.cxx
parent1a0760384e16a390a3a29c414db9ccc4180202b7 (diff)
Delete last SVX_LIGHT usage
Xavier SVX_LIGHT deletion forgot just on occurence. This patch delete the last one.
Diffstat (limited to 'editeng/source/items/borderline.cxx')
-rw-r--r--editeng/source/items/borderline.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/editeng/source/items/borderline.cxx b/editeng/source/items/borderline.cxx
index d6b4efc9c630..da0ece104f00 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