summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/view/drviewsi.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-07-12 14:21:22 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-07-12 14:21:22 +0000
commit81d1a243ff0bb118fec68f7bea39d23ef6e91ba8 (patch)
treef4b01bbe0b1bdd13e777b4fc6ce4b5c9950591e2 /sd/source/ui/view/drviewsi.cxx
parentINTEGRATION: CWS aw013 (1.6.124); FILE MERGED (diff)
downloadcore-81d1a243ff0bb118fec68f7bea39d23ef6e91ba8.tar.gz
core-81d1a243ff0bb118fec68f7bea39d23ef6e91ba8.zip
INTEGRATION: CWS aw013 (1.11.124); FILE MERGED
2004/06/24 09:33:19 aw 1.11.124.1: #i29181#
Diffstat (limited to 'sd/source/ui/view/drviewsi.cxx')
-rw-r--r--sd/source/ui/view/drviewsi.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/view/drviewsi.cxx b/sd/source/ui/view/drviewsi.cxx
index e23d9518ea7e..df6064a2b765 100644
--- a/sd/source/ui/view/drviewsi.cxx
+++ b/sd/source/ui/view/drviewsi.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: drviewsi.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: obo $ $Date: 2004-01-20 12:49:08 $
+ * last change: $Author: rt $ $Date: 2004-07-12 15:20:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -242,7 +242,7 @@ void DrawViewShell::GetEffectWinState( SfxItemSet& rSet )
{
UINT32 nState = EFFECT_STATE_NONE;
- const SdrMarkList& rMarkList = pDrView->GetMarkList();
+ const SdrMarkList& rMarkList = pDrView->GetMarkedObjectList();
ULONG nCount = rMarkList.GetMarkCount();
if( nCount > 0 )
@@ -287,7 +287,7 @@ void DrawViewShell::UpdateEffectWindow()
{
EffectWindow* pEffectWin = static_cast<EffectWindow*>(
pWindow->GetWindow());
- const SdrMarkList& rMarkList = pDrView->GetMarkList();
+ const SdrMarkList& rMarkList = pDrView->GetMarkedObjectList();
ULONG nCount = rMarkList.GetMarkCount();
if( pEffectWin && pEffectWin->IsUpdateMode() )
@@ -712,7 +712,7 @@ void DrawViewShell::AssignFromEffectWindow()
EffectWindow* pEffectWin = static_cast<EffectWindow*>(
pWindow->GetWindow());
- const SdrMarkList& rMarkList = pDrView->GetMarkList();
+ const SdrMarkList& rMarkList = pDrView->GetMarkedObjectList();
ULONG nCount = rMarkList.GetMarkCount();
if( pEffectWin && nCount > 0 )
{