summaryrefslogtreecommitdiff
path: root/svx/source/toolbars
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-07-12 13:51:35 +0000
committerRüdiger Timm <rt@openoffice.org>2004-07-12 13:51:35 +0000
commitfa5bdf06fb22fa16546e9e453af1bc8f28287113 (patch)
tree6fed7f79786bc377012db15853889579efcca1f2 /svx/source/toolbars
parent3dd71c2cff82c9f19f097d2680645ad6bc071d74 (diff)
INTEGRATION: CWS aw013 (1.2.138); FILE MERGED
2004/06/24 09:26:43 aw 1.2.138.1: #i29181#
Diffstat (limited to 'svx/source/toolbars')
-rw-r--r--svx/source/toolbars/fontworkbar.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/toolbars/fontworkbar.cxx b/svx/source/toolbars/fontworkbar.cxx
index cbf887f2b73d..ceef36b5e83d 100644
--- a/svx/source/toolbars/fontworkbar.cxx
+++ b/svx/source/toolbars/fontworkbar.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fontworkbar.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-04-02 14:16:27 $
+ * last change: $Author: rt $ $Date: 2004-07-12 14:51:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -193,8 +193,8 @@ void FontworkBar::execute( SdrView* pSdrView, sal_uInt16 nSID )
pModel->InsertPage( pFmPage, 0 );
SdrObject* pSingleObj = NULL;
- if (pSdrView->GetMarkList().GetMarkCount()==1)
- pSingleObj = pSdrView->GetMarkList().GetMark(0)->GetObj();
+ if (pSdrView->GetMarkedObjectList().GetMarkCount()==1)
+ pSingleObj = pSdrView->GetMarkedObjectList().GetMark(0)->GetObj();
if( pSingleObj )
{