summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorGulsah Kose <gulsah.1004@gmail.com>2016-05-26 03:37:37 +0300
committerArmin Le Grand <Armin.Le.Grand@cib.de>2016-06-10 14:15:12 +0000
commite9fadde3c56a1e8bbb1ffe3ded861fbcd3252407 (patch)
tree5bf753f9948360bb0957fbcdab696d69e32640e6 /sd
parent34d9db285589c58e6f0dd1b37adc882252847637 (diff)
tdf#87667 If image is cropped, set cropped size as original size.
Change-Id: Ief76037f087a2225442294b972d331fc4476bbec Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/25486 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/view/sdview.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/view/sdview.cxx b/sd/source/ui/view/sdview.cxx
index 3baf250a4cb1..95c3f569a125 100644
--- a/sd/source/ui/view/sdview.cxx
+++ b/sd/source/ui/view/sdview.cxx
@@ -892,7 +892,6 @@ void View::SetMarkedOriginalSize()
Rectangle aRect( pObj->GetLogicRect() );
aRect.SetSize( aSize );
pObj->SetLogicRect( aRect );
-
bOK = true;
}
}