diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-12 13:32:14 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-12 13:32:14 +0000 |
commit | d926e4ecc49b965716b76ee3b7f8503ac379534a (patch) | |
tree | 95b6d46598f207dea52a31e2faef9b572e196f0d /svx | |
parent | 52ca5cb648b081b26a4b7022b9c5aa60fb5d4c17 (diff) |
INTEGRATION: CWS aw013 (1.4.294); FILE MERGED
2004/06/24 09:26:26 aw 1.4.294.1: #i29181#
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/connctrl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/connctrl.cxx b/svx/source/dialog/connctrl.cxx index 2ae5e50c444a..d9b7779b3837 100644 --- a/svx/source/dialog/connctrl.cxx +++ b/svx/source/dialog/connctrl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: connctrl.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2003-11-24 16:33:20 $ + * last change: $Author: rt $ $Date: 2004-07-12 14:32:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -134,7 +134,7 @@ void SvxXConnectionPreview::Construct() { DBG_ASSERT( pView, "Keine gueltige View Uebergeben!" ); - const SdrMarkList& rMarkList = pView->GetMarkList(); + const SdrMarkList& rMarkList = pView->GetMarkedObjectList(); ULONG nMarkCount = rMarkList.GetMarkCount(); if( nMarkCount >= 1 ) |