summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/dlgolbul.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-07-12 13:58:46 +0000
committerRüdiger Timm <rt@openoffice.org>2004-07-12 13:58:46 +0000
commit33744540e679300ae2ff82d82e4ed6fcb4c37341 (patch)
tree92ac6b4de19786a3a998f18a7a9ded107308f23e /sd/source/ui/dlg/dlgolbul.cxx
parent92fbfe05111a4fb396e69a1479e2c1f24fb08054 (diff)
INTEGRATION: CWS aw013 (1.4.36); FILE MERGED
2004/06/24 09:33:07 aw 1.4.36.1: #i29181#
Diffstat (limited to 'sd/source/ui/dlg/dlgolbul.cxx')
-rw-r--r--sd/source/ui/dlg/dlgolbul.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/dlg/dlgolbul.cxx b/sd/source/ui/dlg/dlgolbul.cxx
index 751be93dc1aa..f149d346111e 100644
--- a/sd/source/ui/dlg/dlgolbul.cxx
+++ b/sd/source/ui/dlg/dlgolbul.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgolbul.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2004-05-10 15:43:33 $
+ * last change: $Author: rt $ $Date: 2004-07-12 14:58:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -148,7 +148,7 @@ OutlineBulletDlg::OutlineBulletDlg(
// Sonderbehandlung wenn eine Title Objekt selektiert wurde
if( pView )
{
- const SdrMarkList& rMarkList = pView->GetMarkList();
+ const SdrMarkList& rMarkList = pView->GetMarkedObjectList();
const ULONG nCount = rMarkList.GetMarkCount();
for(ULONG nNum = 0; nNum < nCount; nNum++)
{