summaryrefslogtreecommitdiff
path: root/sc/source/ui/drawfunc/drawsh4.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-07-25 11:24:50 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-07-25 11:24:50 +0000
commit8176eb34eb119e3a37f18bfec81e4ba22e10a299 (patch)
treef0a9ae5cd4840ddc9cc21c11117a14525de91855 /sc/source/ui/drawfunc/drawsh4.cxx
parent11b142b7c55bb6d932ecb2a0e0b2bb2be9c7c517 (diff)
INTEGRATION: CWS aw035 (1.5.226); FILE MERGED
2006/07/13 15:04:11 aw 1.5.226.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling
Diffstat (limited to 'sc/source/ui/drawfunc/drawsh4.cxx')
-rw-r--r--sc/source/ui/drawfunc/drawsh4.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/drawfunc/drawsh4.cxx b/sc/source/ui/drawfunc/drawsh4.cxx
index 3be97b2d8..dda204a70 100644
--- a/sc/source/ui/drawfunc/drawsh4.cxx
+++ b/sc/source/ui/drawfunc/drawsh4.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: drawsh4.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: kz $ $Date: 2006-07-21 13:47:10 $
+ * last change: $Author: rt $ $Date: 2006-07-25 12:24:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -70,7 +70,7 @@ void ScDrawShell::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() )