summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/tpaction.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-07-12 14:00:20 +0000
committerRüdiger Timm <rt@openoffice.org>2004-07-12 14:00:20 +0000
commit0c3f7a27684a8f04e1dd661d1e3c2cfc51f65ea6 (patch)
treed2c556237dc2c9f8ea1f005deceb98d5b8ed8b3d /sd/source/ui/dlg/tpaction.cxx
parent7a1f893e3943f63170b2b288ea78fc4f25fcab85 (diff)
INTEGRATION: CWS aw013 (1.27.26); FILE MERGED
2004/06/24 09:33:08 aw 1.27.26.1: #i29181#
Diffstat (limited to 'sd/source/ui/dlg/tpaction.cxx')
-rw-r--r--sd/source/ui/dlg/tpaction.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/dlg/tpaction.cxx b/sd/source/ui/dlg/tpaction.cxx
index 9d431c7cc801..563a81607ed1 100644
--- a/sd/source/ui/dlg/tpaction.cxx
+++ b/sd/source/ui/dlg/tpaction.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tpaction.cxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: rt $ $Date: 2004-05-19 07:43:38 $
+ * last change: $Author: rt $ $Date: 2004-07-12 15:00:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -316,9 +316,9 @@ void SdTPAction::Construct()
BOOL bDisableAll = FALSE;
BOOL bOLEAction = FALSE;
- if ( pView->HasMarkedObj() )
+ if ( pView->AreObjectsMarked() )
{
- const SdrMarkList& rMarkList = pView->GetMarkList();
+ const SdrMarkList& rMarkList = pView->GetMarkedObjectList();
SdrObject* pObj;
if (rMarkList.GetMarkCount() == 1)