diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-07-25 11:25:08 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-07-25 11:25:08 +0000 |
commit | d3f6b580913f3fee338e1eaaaa5b410f067b9706 (patch) | |
tree | 13fae2b8fc112489f1e194d3ae311e108faca969 /sc/source/ui/drawfunc/drtxtob2.cxx | |
parent | 319172145622e5ea7d22dff7a2ef1ecf8ce0829f (diff) |
INTEGRATION: CWS aw035 (1.13.224); FILE MERGED
2006/07/13 15:04:11 aw 1.13.224.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling
Diffstat (limited to 'sc/source/ui/drawfunc/drtxtob2.cxx')
-rw-r--r-- | sc/source/ui/drawfunc/drtxtob2.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/drawfunc/drtxtob2.cxx b/sc/source/ui/drawfunc/drtxtob2.cxx index a1c181df8dc6..b0acdf1919fc 100644 --- a/sc/source/ui/drawfunc/drtxtob2.cxx +++ b/sc/source/ui/drawfunc/drtxtob2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: drtxtob2.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: kz $ $Date: 2006-07-21 13:48:07 $ + * last change: $Author: rt $ $Date: 2006-07-25 12:25:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -236,7 +236,7 @@ void ScDrawTextObjectBar::ExecFormText(SfxRequest& rReq) GetChildWindow(nId)->GetWindow()); pDlg->CreateStdFormObj(*pDrView, *pDrView->GetPageViewPvNum(0), - rSet, *rMarkList.GetMark(0)->GetObj(), + rSet, *rMarkList.GetMark(0)->GetMarkedSdrObj(), ((const XFormTextStdFormItem*) pItem)-> GetValue()); } @@ -258,7 +258,7 @@ void ScDrawTextObjectBar::GetFormTextState(SfxItemSet& rSet) pDlg = (SvxFontWorkDialog*)(pViewFrm->GetChildWindow(nId)->GetWindow()); if ( rMarkList.GetMarkCount() == 1 ) - pObj = rMarkList.GetMark(0)->GetObj(); + pObj = rMarkList.GetMark(0)->GetMarkedSdrObj(); if ( pObj == NULL || !pObj->ISA(SdrTextObj) || !((SdrTextObj*) pObj)->HasText() ) |