diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-12 14:27:27 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-12 14:27:27 +0000 |
commit | 7cf75645d0ccbd0e40bb871674c64749def2ef13 (patch) | |
tree | d618ad1959f455c823934fb9ceba161c4818ca65 /sc/source/ui/drawfunc/drawsh4.cxx | |
parent | 90bf0eecfc86d7e41758eb623f3f1ebc2c79b7b0 (diff) |
INTEGRATION: CWS aw013 (1.3.494); FILE MERGED
2004/06/24 09:30:40 aw 1.3.494.1: #i29181#
Diffstat (limited to 'sc/source/ui/drawfunc/drawsh4.cxx')
-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(); |