svx/source/svdraw/svdotext.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9348c529d34b0bb457e750b3d5bcbb348995367e Author: Uray M. János <[email protected]> Date: Mon Jul 30 11:42:16 2012 +0200 fdo#46968 fixing undo of textbox resizing Change-Id: Ic647e5c337987985f749b67113892a01f74ee8f9 diff --git a/svx/source/svdraw/svdotext.cxx b/svx/source/svdraw/svdotext.cxx index d214f54..76b5b34 100644 --- a/svx/source/svdraw/svdotext.cxx +++ b/svx/source/svdraw/svdotext.cxx @@ -1457,7 +1457,7 @@ void SdrTextObj::RestGeoData(const SdrObjGeoData& rGeo) { // RectsDirty is called by SdrObject SdrAttrObj::RestGeoData(rGeo); SdrTextObjGeoData& rTGeo=(SdrTextObjGeoData&)rGeo; - aRect =rTGeo.aRect; + NbcSetLogicRect(rTGeo.aRect); aGeo =rTGeo.aGeo; SetTextSizeDirty(); }
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
