summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviews9.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-07-25 10:49:43 +0000
committerRüdiger Timm <rt@openoffice.org>2006-07-25 10:49:43 +0000
commitebfcec0fb8fa42f87b29585d9754cabf99fb5360 (patch)
treec28456a4c718ec30ad5e7b5272520494e42b4106 /sd/source/ui/view/drviews9.cxx
parenta7d0404209078a08f407371b1557b0bdf7a968e8 (diff)
INTEGRATION: CWS aw035 (1.16.26); FILE MERGED
2006/07/13 16:05:18 aw 1.16.26.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling
Diffstat (limited to 'sd/source/ui/view/drviews9.cxx')
-rw-r--r--sd/source/ui/view/drviews9.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/view/drviews9.cxx b/sd/source/ui/view/drviews9.cxx
index e36b8f06d794..32df1f7231e8 100644
--- a/sd/source/ui/view/drviews9.cxx
+++ b/sd/source/ui/view/drviews9.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: drviews9.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 12:34:27 $
+ * last change: $Author: rt $ $Date: 2006-07-25 11:49:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -238,7 +238,7 @@ void DrawViewShell::ExecGallery(SfxRequest& rReq)
if (rMarkList.GetMarkCount() == 1)
{
SdrMark* pMark = rMarkList.GetMark(0);
- SdrObject* pObj = pMark->GetObj();
+ SdrObject* pObj = pMark->GetMarkedSdrObj();
if (pObj->GetObjInventor() == SdrInventor && pObj->GetObjIdentifier() == OBJ_GRAF)
{