summaryrefslogtreecommitdiff
path: root/editeng
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
commit2210c6e03ab5006828cf8b26e27071b63c9b9022 (patch)
tree6b2767db3fdca203f9fc8b59b8d05c2879dd4ff2 /editeng
parent9f46bee92be38f2d59295cabd9f1fdb149708153 (diff)
Delete last SVX_LIGHT usage
Xavier SVX_LIGHT deletion forgot just on occurence. This patch delete the last one.
Diffstat (limited to 'editeng')
-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 d6b4efc9c6..da0ece104f 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