summaryrefslogtreecommitdiff
path: root/svx/source/form/fmview.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-07-25 11:52:55 +0000
committerRüdiger Timm <rt@openoffice.org>2006-07-25 11:52:55 +0000
commit97e87368bd494076eb16b4b489bf315c93396ad5 (patch)
tree3e83095ab40f9160e7640b4d400126d0f09c6b63 /svx/source/form/fmview.cxx
parent0918b00d4bd4aa0778cd9ce759ec63adfaf3339c (diff)
INTEGRATION: CWS aw035 (1.42.42); FILE MERGED
2006/07/12 15:29:52 aw 1.42.42.1: #126320# SdrMark::GetObj() -> SdrMark::GetSdrObjectFromSdrMark() for unique identification
Diffstat (limited to 'svx/source/form/fmview.cxx')
-rw-r--r--svx/source/form/fmview.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/form/fmview.cxx b/svx/source/form/fmview.cxx
index ae8a216c140a..dfd60eff7187 100644
--- a/svx/source/form/fmview.cxx
+++ b/svx/source/form/fmview.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fmview.cxx,v $
*
- * $Revision: 1.42 $
+ * $Revision: 1.43 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 15:59:21 $
+ * last change: $Author: rt $ $Date: 2006-07-25 12:52:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -807,7 +807,7 @@ FmFormObj* FmFormView::getMarkedGrid() const
SdrMark* pMark = rMarkList.GetMark(0);
if ( pMark )
{
- pObj = PTR_CAST(FmFormObj,pMark->GetObj());
+ pObj = PTR_CAST(FmFormObj,pMark->GetMarkedSdrObj());
if ( pObj )
{
Reference<XServiceInfo> xServInfo(pObj->GetUnoControlModel(),UNO_QUERY);