diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-03-29 09:03:35 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-29 09:03:35 +0200 |
commit | 8fac348a5a3ab535fa12a9da2a6d4fbee4ecca8d (patch) | |
tree | 05966f154603200a839846f119f122d60972c80b /sw | |
parent | ccc8aab451ba492dabe017a6f5078ac41d248fcb (diff) |
cid#1357172: UNUSED_VALUE
...after 9585c8b8c8d8724cc1bad4a2060c828c15599929 "loplugin:constantparam in sw"
Change-Id: I29ac058ce3f42ff4ceb60c8de09352c2810967b8
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/html/svxcss1.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/filter/html/svxcss1.cxx b/sw/source/filter/html/svxcss1.cxx index 2478d9672e5d..41c9da144c86 100644 --- a/sw/source/filter/html/svxcss1.cxx +++ b/sw/source/filter/html/svxcss1.cxx @@ -626,9 +626,6 @@ void SvxCSS1PropertyInfo::SetBoxItem( SfxItemSet& rItemSet, } else { - if( USHRT_MAX == nDist ) - nDist = aBoxItem.GetDistance( nLine ); - nDist = 0U; } |