summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svddrgmt.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-04-02 13:11:51 +0000
committerRüdiger Timm <rt@openoffice.org>2004-04-02 13:11:51 +0000
commit5b265a61b436db523f43b007175534a5ad4cc4c2 (patch)
tree73ada80bcfb0b75b7367d26819bf8a4f5c16ef69 /svx/source/svdraw/svddrgmt.cxx
parent5626598f508da71747f7762f1c51a58becc5a863 (diff)
INTEGRATION: CWS sj05 (1.4.6); FILE MERGED
2003/12/10 19:34:08 sj 1.4.6.1: added handles for autoshapes
Diffstat (limited to 'svx/source/svdraw/svddrgmt.cxx')
-rw-r--r--svx/source/svdraw/svddrgmt.cxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/svx/source/svdraw/svddrgmt.cxx b/svx/source/svdraw/svddrgmt.cxx
index 7181f6f95b41..9bc26e48824f 100644
--- a/svx/source/svdraw/svddrgmt.cxx
+++ b/svx/source/svdraw/svddrgmt.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svddrgmt.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2003-11-24 16:52:43 $
+ * last change: $Author: rt $ $Date: 2004-04-02 14:11:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -575,6 +575,14 @@ FASTBOOL SdrDragObjOwn::End(FASTBOOL bCopy)
return bRet;
}
+void SdrDragObjOwn::Brk()
+{
+ SdrObject* pObj = GetDragObj();
+ if ( pObj )
+ pObj->BrkDrag( DragStat() );
+ SdrDragMethod::Brk();
+}
+
void SdrDragObjOwn::DrawXor(ExtOutputDevice& rXOut, FASTBOOL bFull) const
{
SdrPageView* pPV=GetDragPV();