diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2004-07-12 14:55:07 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2004-07-12 14:55:07 +0000 |
commit | 7e560640e8147e53f3bc07cadc8f4413e357b2a2 (patch) | |
tree | 6a0de2080955933c01bc30f3e14e0c9ba6cf7d5f | |
parent | cb241f465519f2e4b2ee6f8cf1121001b2bb9b35 (diff) |
INTEGRATION: CWS aw013 (1.14.146); FILE MERGED
2004/06/24 09:28:17 aw 1.14.146.1: #i29181#
-rw-r--r-- | basctl/source/dlged/propbrw.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/dlged/propbrw.cxx b/basctl/source/dlged/propbrw.cxx index 6cbe87d206c5..35d52bf5484e 100644 --- a/basctl/source/dlged/propbrw.cxx +++ b/basctl/source/dlged/propbrw.cxx @@ -2,9 +2,9 @@ * * $RCSfile: propbrw.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: vg $ $Date: 2003-05-22 08:44:12 $ + * last change: $Author: rt $ $Date: 2004-07-12 15:55:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -593,7 +593,7 @@ void PropBrw::Update( SdrView* pNewView ) m_bInitialStateChange = sal_False; } - const SdrMarkList& rMarkList = pView->GetMarkList(); + const SdrMarkList& rMarkList = pView->GetMarkedObjectList(); sal_uInt32 nMarkCount = rMarkList.GetMarkCount(); if ( nMarkCount == 1 ) |