summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2010-12-24 14:35:15 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-03-19 15:31:30 +0100
commit8b2c2ca2580e0dbfd9e9d4cf269cfc60db326358 (patch)
tree6512c4d33800669dc4f3c9582e90730515a2190d
parent2dbfc0e52ebeedd2f5e1aed10b662d2bdc6e48da (diff)
Changed SvxBorderStyle::NONE to SvxBorderStyle::NO_STYLE
-rw-r--r--sw/source/filter/ww8/ww8graf.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8graf.cxx b/sw/source/filter/ww8/ww8graf.cxx
index 57fab72a762b..1a50b22e8dee 100644
--- a/sw/source/filter/ww8/ww8graf.cxx
+++ b/sw/source/filter/ww8/ww8graf.cxx
@@ -1536,7 +1536,7 @@ sal_Int32 SwWW8ImplReader::MatchSdrBoxIntoFlyBoxItem(const Color& rLineColor,
break;
}
- if (NONE != nIdx)
+ if (NO_STYLE != nIdx)
{
SvxBorderLine aLine;
aLine.SetColor( rLineColor );