summaryrefslogtreecommitdiff
path: root/filter/source/msfilter
diff options
context:
space:
mode:
authorArmin Le Grand <alg@apache.org>2012-10-31 16:17:35 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-06-12 17:16:52 +0100
commit131486a9ad5d3c66911adeb4608d2d0e1d8dc31b (patch)
tree83ff33647917ab6f93bafa7f80b89984f8b71702 /filter/source/msfilter
parent9536e3cbb8b1e765b83cdb10359cca91ff80b172 (diff)
removed unused variable bSuppressRotation
(cherry picked from commit b7a63f1dc7c1ddab8092f1b7b9641923aa857579) Conflicts: filter/inc/filter/msfilter/escherex.hxx Change-Id: I66b664c26d5db2dae2deea36490350d40deb3ccd
Diffstat (limited to 'filter/source/msfilter')
-rw-r--r--filter/source/msfilter/escherex.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/filter/source/msfilter/escherex.cxx b/filter/source/msfilter/escherex.cxx
index a517f32a14d0..f667769ee6e0 100644
--- a/filter/source/msfilter/escherex.cxx
+++ b/filter/source/msfilter/escherex.cxx
@@ -146,7 +146,6 @@ void EscherPropertyContainer::ImplInit()
nCountSize = 0;
nSortBufSize = 64;
bHasComplexData = sal_False;
- bSuppressRotation = sal_False;
pSortStruct = new EscherPropSortStruct[ nSortBufSize ];
}
@@ -311,9 +310,6 @@ void EscherPropertyContainer::Commit( SvStream& rSt, sal_uInt16 nVersion, sal_uI
sal_uInt32 nPropValue = pSortStruct[ i ].nPropValue;
sal_uInt16 nPropId = pSortStruct[ i ].nPropId;
- if ( bSuppressRotation && ( nPropId == ESCHER_Prop_Rotation ) )
- nPropValue = 0;
-
rSt << nPropId
<< nPropValue;
}
@@ -2336,7 +2332,6 @@ sal_Bool EscherPropertyContainer::CreateConnectorProperties(
}
CreateLineProperties( aXPropSet, sal_False );
bRetValue = sal_True;
- bSuppressRotation = sal_False;
}
}
}