summaryrefslogtreecommitdiff
path: root/sw/source/ui/wrtsh/wrtsh3.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-07-12 14:53:36 +0000
committerRüdiger Timm <rt@openoffice.org>2004-07-12 14:53:36 +0000
commit77a22977c6815f8808f2baea9f5a79bb5aa49e45 (patch)
tree68256099b4b86dd3438b5df1b9c54dbbaf6aba76 /sw/source/ui/wrtsh/wrtsh3.cxx
parent7448029f2093de12bbdb65405be4d236ee29ac73 (diff)
INTEGRATION: CWS aw013 (1.6.558); FILE MERGED
2004/06/24 09:35:51 aw 1.6.558.1: #i29181#
Diffstat (limited to 'sw/source/ui/wrtsh/wrtsh3.cxx')
-rw-r--r--sw/source/ui/wrtsh/wrtsh3.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/wrtsh/wrtsh3.cxx b/sw/source/ui/wrtsh/wrtsh3.cxx
index 2289978c2e3c..c57868ed946f 100644
--- a/sw/source/ui/wrtsh/wrtsh3.cxx
+++ b/sw/source/ui/wrtsh/wrtsh3.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: wrtsh3.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: vg $ $Date: 2003-04-17 16:05:42 $
+ * last change: $Author: rt $ $Date: 2004-07-12 15:53:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -225,7 +225,7 @@ sal_Bool SwWrtShell::GetURLFromButton( String& rURL, String& rDescr ) const
if( pDView )
{
// Ein Fly ist genau dann erreichbar, wenn er selektiert ist.
- const SdrMarkList &rMarkList = pDView->GetMarkList();
+ const SdrMarkList &rMarkList = pDView->GetMarkedObjectList();
if (rMarkList.GetMark(0))
{
@@ -285,7 +285,7 @@ sal_Bool SwWrtShell::SetURLToButton( const String& rURL, const String& rDescr )
if( pDView )
{
// Ein Fly ist genau dann erreichbar, wenn er selektiert ist.
- const SdrMarkList &rMarkList = pDView->GetMarkList();
+ const SdrMarkList &rMarkList = pDView->GetMarkedObjectList();
if (rMarkList.GetMark(0))
{
SdrUnoObj* pUnoCtrl = PTR_CAST(SdrUnoObj, rMarkList.GetMark(0)->GetObj());