summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdotext.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2021-02-10 15:26:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-02-11 07:57:25 +0100
commit5128bf29d5febceaec51854595f23ae487a0cdec (patch)
tree7e0d9e3d25eabcd60f31a8b720987024b2bcbaae /svx/source/svdraw/svdotext.cxx
parent899a73a37b2a78ba9ff545957cdecf87dcb65b99 (diff)
rename RestGeoData->RestoreGeoData
Change-Id: I5d584f40949e5c7f2fc7e126cd9cae81eed4db70 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110708 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/svdraw/svdotext.cxx')
-rw-r--r--svx/source/svdraw/svdotext.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdotext.cxx b/svx/source/svdraw/svdotext.cxx
index 4ba4996ae6dd..518dc88cf1af 100644
--- a/svx/source/svdraw/svdotext.cxx
+++ b/svx/source/svdraw/svdotext.cxx
@@ -1448,9 +1448,9 @@ void SdrTextObj::SaveGeoData(SdrObjGeoData& rGeo) const
rTGeo.aGeo =aGeo;
}
-void SdrTextObj::RestGeoData(const SdrObjGeoData& rGeo)
+void SdrTextObj::RestoreGeoData(const SdrObjGeoData& rGeo)
{ // RectsDirty is called by SdrObject
- SdrAttrObj::RestGeoData(rGeo);
+ SdrAttrObj::RestoreGeoData(rGeo);
const SdrTextObjGeoData& rTGeo=static_cast<const SdrTextObjGeoData&>(rGeo);
NbcSetLogicRect(rTGeo.aRect);
aGeo =rTGeo.aGeo;