summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-07-25 11:59:52 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-07-25 11:59:52 +0000
commit99b8bf7bfbf25d7d289683412129a10f9e90d896 (patch)
tree9bfd64dd647a43e53252ca22e27c363cfb074256 /basctl
parenta30f7a8168f567c1e162a9d99807744124b25d87 (diff)
INTEGRATION: CWS aw035 (1.10.88); FILE MERGED
2006/07/13 09:43:11 aw 1.10.88.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for unique identification
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/dlged/dlgedfunc.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/basctl/source/dlged/dlgedfunc.cxx b/basctl/source/dlged/dlgedfunc.cxx
index 8f469413aaff..a732e88f43a2 100644
--- a/basctl/source/dlged/dlgedfunc.cxx
+++ b/basctl/source/dlged/dlgedfunc.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dlgedfunc.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 20:14:14 $
+ * last change: $Author: rt $ $Date: 2006-07-25 12:59:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -468,7 +468,7 @@ BOOL DlgEdFuncInsert::MouseButtonUp( const MouseEvent& rMEvt )
if(rMarkList.GetMarkCount() == 1)
{
SdrMark* pMark = rMarkList.GetMark(0);
- SdrObject* pObj = pMark->GetObj();
+ SdrObject* pObj = pMark->GetMarkedSdrObj();
}
if ( !pView->AreObjectsMarked() )
@@ -638,7 +638,7 @@ BOOL DlgEdFuncSelect::MouseButtonUp( const MouseEvent& rMEvt )
// if (rMarkList.GetMarkCount() == 1)
// {
// SdrMark* pMark = rMarkList.GetMark(0);
-// SdrObject* pObj = pMark->GetObj();
+// SdrObject* pObj = pMark->GetMarkedSdrObj();
//
// // edit objects here
// }