summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsj <sj@openoffice.org>2009-12-22 18:24:29 +0100
committersj <sj@openoffice.org>2009-12-22 18:24:29 +0100
commit9465334956ff0847e176174865eda637fec3fa95 (patch)
tree89625239f8ac21ecb0e9d7b4dbc6c0c778b5fe04
parent65f7c87195a6fd843a5fe19cfc99a57193e907d7 (diff)
impress181: #i81457#: office import, fixed a problem with the arc shape
-rw-r--r--svx/source/msfilter/msdffimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/msfilter/msdffimp.cxx b/svx/source/msfilter/msdffimp.cxx
index e26d258ace6e..00ec0099fba1 100644
--- a/svx/source/msfilter/msdffimp.cxx
+++ b/svx/source/msfilter/msdffimp.cxx
@@ -5227,7 +5227,7 @@ SdrObject* SvxMSDffManager::ImportShape( const DffRecordHeader& rHd, SvStream& r
else
{
fNumber = 0.0;
- seqAdjustmentValues[ 0 ].Value <<= fNumber;
+ seqAdjustmentValues[ 1 ].Value <<= fNumber;
seqAdjustmentValues[ 1 ].State = com::sun::star::beans::PropertyState_DIRECT_VALUE;
}