summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdotext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdotext.cxx')
-rw-r--r--svx/source/svdraw/svdotext.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/svx/source/svdraw/svdotext.cxx b/svx/source/svdraw/svdotext.cxx
index 2a520936da66..da6a4280a1eb 100644
--- a/svx/source/svdraw/svdotext.cxx
+++ b/svx/source/svdraw/svdotext.cxx
@@ -1430,21 +1430,6 @@ void SdrTextObj::NbcReformatText()
}
}
-void SdrTextObj::ReformatText()
-{
- if(GetOutlinerParaObject())
- {
- tools::Rectangle aBoundRect0;
- if (pUserCall!=nullptr)
- aBoundRect0=GetLastBoundRect();
-
- NbcReformatText();
- SetChanged();
- BroadcastObjectChange();
- SendUserCall(SdrUserCallType::Resize,aBoundRect0);
- }
-}
-
SdrObjGeoData* SdrTextObj::NewGeoData() const
{
return new SdrTextObjGeoData;