summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-16 14:21:02 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-16 16:41:57 +0100
commitb56e32b3c7f37d7da45c148f9e662f8d6dd4caf9 (patch)
treef6eccc98b361b55dbb9ccdf0ab18822d33329962 /sw/source/filter/ww8
parent0c8a3a82c1ccfb3dbe9c6e44fe1dff5f6befb3ef (diff)
coverity#735534 Logically dead code
Change-Id: If44c17bca47e461229823ad2b5d911df4b1e0319
Diffstat (limited to 'sw/source/filter/ww8')
-rw-r--r--sw/source/filter/ww8/ww8par.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index 6e68f6370c33..ba99b4f70bf0 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -765,8 +765,6 @@ SdrObject* SwMSDffManager::ProcessObj(SvStream& rSt,
if (nTextRotationAngle)
{
- while (nTextRotationAngle > 360000)
- nTextRotationAngle-=9000;
if (nTextRotationAngle == 9000)
{
long nWidth = rTextRect.GetWidth();