summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorArmin Weiss <aw@openoffice.org>2001-03-14 12:02:43 +0000
committerArmin Weiss <aw@openoffice.org>2001-03-14 12:02:43 +0000
commit1a9be4d463ab6aff7b0ee231e9185f40187dd60b (patch)
tree8112744d0513ca2e6c5a664a7636eb8924ba37f4 /svx
parent13bf32edb894561be5e5aed7d382fe29d048f9c6 (diff)
#84929# added setting retval to TRUE when 3D paste is done
Diffstat (limited to 'svx')
-rw-r--r--svx/source/engine3d/view3d.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/engine3d/view3d.cxx b/svx/source/engine3d/view3d.cxx
index 23d78f24585a..641bfdb29cec 100644
--- a/svx/source/engine3d/view3d.cxx
+++ b/svx/source/engine3d/view3d.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: view3d.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: aw $ $Date: 2001-01-26 14:01:08 $
+ * last change: $Author: aw $ $Date: 2001-03-14 13:02:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -678,6 +678,7 @@ BOOL E3dView::Paste(const SdrModel& rMod, const Point& rPos,
{
pDestScene->SetRectsDirty();
pDestScene->CorrectSceneDimensions();
+ bRetval = TRUE;
}
}
else