summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdmrkv.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-10-31 12:39:01 +0000
committerOcke Janssen <oj@openoffice.org>2002-10-31 12:39:01 +0000
commit71e8b7d7de447f9594294217b70b812e4636c253 (patch)
treed328ecf5a5e9750031c41ffdc359f27a00bc29fb /svx/source/svdraw/svdmrkv.cxx
parente16df25b6e784a0aea36677ee6d8104bcb515df4 (diff)
#104392# make two methods from aHdl visible
Diffstat (limited to 'svx/source/svdraw/svdmrkv.cxx')
-rw-r--r--svx/source/svdraw/svdmrkv.cxx14
1 files changed, 12 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdmrkv.cxx b/svx/source/svdraw/svdmrkv.cxx
index 9c50b1cd5bb7..4c2d241febf7 100644
--- a/svx/source/svdraw/svdmrkv.cxx
+++ b/svx/source/svdraw/svdmrkv.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svdmrkv.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: aw $ $Date: 2002-03-12 13:45:41 $
+ * last change: $Author: oj $ $Date: 2002-10-31 13:39:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2111,6 +2111,16 @@ BOOL SdrMarkView::ReadRecord(const SdrIOHeader& rViewHead,
return bRet;
}
+void SdrMarkView::SetMoveOutside(BOOL bOn)
+{
+ aHdl.SetMoveOutside(bOn);
+}
+
+BOOL SdrMarkView::IsMoveOutside() const
+{
+ return aHdl.IsMoveOutside();
+}
+
void SdrMarkView::SetDesignMode(BOOL bOn)
{
if (bDesignMode != bOn)