summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/shapeuno.cxx
diff options
context:
space:
mode:
authorMohamed-Ali BEN MANSOUR <mohamed-ali.ben-mansour@capgemini.com>2014-03-20 10:52:16 +0100
committerdali <dali@dali-ThinkPad-T420>2014-06-27 13:05:16 +0200
commit040f448ade7cc45f964132fea34c737f07e90b40 (patch)
tree15219890296a065b10a42f30654e75429d0acd29 /sc/source/ui/unoobj/shapeuno.cxx
parent933c3e33b00baf8ee19cba7fcb6e6af3b174b823 (diff)
Ticket 385: Regression Ancrage des objets (fdo#67712)distro/mimo/mimo-4-1-4-2
Diffstat (limited to 'sc/source/ui/unoobj/shapeuno.cxx')
-rw-r--r--sc/source/ui/unoobj/shapeuno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/shapeuno.cxx b/sc/source/ui/unoobj/shapeuno.cxx
index c5ec413e1b57..eb5cdbc2bc42 100644
--- a/sc/source/ui/unoobj/shapeuno.cxx
+++ b/sc/source/ui/unoobj/shapeuno.cxx
@@ -435,7 +435,7 @@ void SAL_CALL ScShapeObj::setPropertyValue(
//about that since uno also displays the shape geometry in terms of the unrotated
//shape. #TODO think about changing the anchoring behaviour here too
//Currently we've only got a start anchor, not an end-anchor, so generate that now
- ScDrawLayer::UpdateCellAnchorFromPositionEnd(*pObj, aAnchor, *pDoc, aAddress.Sheet);
+ ScDrawLayer::UpdateCellAnchorFromPositionEnd(*pObj, *pDoc, aAddress.Sheet);
ScDrawLayer::SetCellAnchored(*pObj, aAnchor);
}
}