summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdocapt.cxx
diff options
context:
space:
mode:
authorArmin Weiss <aw@openoffice.org>2001-05-25 15:33:19 +0000
committerArmin Weiss <aw@openoffice.org>2001-05-25 15:33:19 +0000
commit6a1dfe2bee5bfe6ea4517f939be666b934fb1e37 (patch)
tree277b4231455a48f3402e39febb797fa84b3d9c3e /svx/source/svdraw/svdocapt.cxx
parent336df1a2e06009dadb9c56a8022c89691ef86fa0 (diff)
#86616# missing implementation of SdrCaptionObj::NbcSetSnapRect(...)
Diffstat (limited to 'svx/source/svdraw/svdocapt.cxx')
-rw-r--r--svx/source/svdraw/svdocapt.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdocapt.cxx b/svx/source/svdraw/svdocapt.cxx
index af969472775f..9ee7395e4b12 100644
--- a/svx/source/svdraw/svdocapt.cxx
+++ b/svx/source/svdraw/svdocapt.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svdocapt.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: dl $ $Date: 2001-03-28 08:05:10 $
+ * last change: $Author: aw $ $Date: 2001-05-25 16:33:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -765,6 +765,8 @@ const Rectangle& SdrCaptionObj::GetSnapRect() const
void SdrCaptionObj::NbcSetSnapRect(const Rectangle& rRect)
{
// !!!!! fehlende Impl.
+ // #86616#
+ SdrRectObj::NbcSetSnapRect(rRect);
}
const Rectangle& SdrCaptionObj::GetLogicRect() const