[Libreoffice-commits] .: svx/source
Noel Power
noelp at kemper.freedesktop.org
Mon Jul 30 06:57:00 PDT 2012
svx/source/svdraw/svdotext.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9348c529d34b0bb457e750b3d5bcbb348995367e
Author: Uray M. János <uray.janos at gmail.com>
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();
}
More information about the Libreoffice-commits
mailing list