diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/drawfunc/drawsh4.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/drawfunc/drawsh4.cxx b/sc/source/ui/drawfunc/drawsh4.cxx index 441bba93e4a8..300a1f06a283 100644 --- a/sc/source/ui/drawfunc/drawsh4.cxx +++ b/sc/source/ui/drawfunc/drawsh4.cxx @@ -2,9 +2,9 @@ * * $RCSfile: drawsh4.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: nn $ $Date: 2001-05-14 08:42:23 $ + * last change: $Author: rt $ $Date: 2004-07-12 15:27:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -89,7 +89,7 @@ void ScDrawShell::GetFormTextState(SfxItemSet& rSet) const SdrObject* pObj = NULL; SvxFontWorkDialog* pDlg = NULL; ScDrawView* pDrView = pViewData->GetScDrawView(); - const SdrMarkList& rMarkList = pDrView->GetMarkList(); + const SdrMarkList& rMarkList = pDrView->GetMarkedObjectList(); USHORT nId = SvxFontWorkChildWindow::GetChildWindowId(); SfxViewFrame* pViewFrm = pViewData->GetViewShell()->GetViewFrame(); |