summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdocapt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdocapt.cxx')
-rw-r--r--svx/source/svdraw/svdocapt.cxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/svx/source/svdraw/svdocapt.cxx b/svx/source/svdraw/svdocapt.cxx
index dfd94564165a..c47647b853b2 100644
--- a/svx/source/svdraw/svdocapt.cxx
+++ b/svx/source/svdraw/svdocapt.cxx
@@ -639,27 +639,11 @@ const Point& SdrCaptionObj::GetAnchorPos() const
return SdrRectObj::GetAnchorPos();
}
-void SdrCaptionObj::RecalcSnapRect()
-{
- SdrRectObj::RecalcSnapRect();
- // #i32599#
- // TODO: Implementation missing.
-}
-
const Rectangle& SdrCaptionObj::GetSnapRect() const
{
return SdrRectObj::GetSnapRect();
}
-void SdrCaptionObj::NbcSetSnapRect(const Rectangle& rRect)
-{
- // #i32599#
- // Move back to see the rectangle of the underlying SdrRectObj
- // as the SnapRect, without the TailPos. That simplifies SnapRect
- // handling again, if not allows it at all...
- SdrRectObj::NbcSetSnapRect(rRect);
-}
-
const Rectangle& SdrCaptionObj::GetLogicRect() const
{
return maRect;