summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-07-25 10:27:59 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-07-25 10:27:59 +0000
commit72c19a3c772d08aa4067aee1d6b752fe664ddf30 (patch)
tree667debb3460d0062c3f936ec7dbc1ee95fbdf57b /sd
parent8423e069b4dee93888f731cdf35f88c4bbeef589 (diff)
INTEGRATION: CWS aw035 (1.15.10); FILE MERGED
2006/07/13 16:05:11 aw 1.15.10.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/grf/sdgrffilter.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/filter/grf/sdgrffilter.cxx b/sd/source/filter/grf/sdgrffilter.cxx
index ddcc9de2cc5e..17f29aba7d37 100644
--- a/sd/source/filter/grf/sdgrffilter.cxx
+++ b/sd/source/filter/grf/sdgrffilter.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sdgrffilter.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: obo $ $Date: 2006-07-13 10:02:21 $
+ * last change: $Author: rt $ $Date: 2006-07-25 11:27:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -489,7 +489,7 @@ sal_Bool SdGRFFilter::Export()
if( rMarkList.GetMarkCount() == 1 )
{
- SdrObject* pObj = rMarkList.GetMark( 0 )->GetObj();
+ SdrObject* pObj = rMarkList.GetMark( 0 )->GetMarkedSdrObj();
if( pObj && pObj->ISA( SdrGrafObj ) && !( (SdrGrafObj*) pObj )->HasText() )
{