From 2981089ee716a4df6ad489d9ec0f3cbc2433dff8 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 12 Jul 2004 13:47:29 +0000 Subject: INTEGRATION: CWS aw013 (1.2.138); FILE MERGED 2004/06/11 16:11:30 aw 1.2.138.1: #114389#, #114394# --- svx/source/svdraw/svdoashp.cxx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'svx') diff --git a/svx/source/svdraw/svdoashp.cxx b/svx/source/svdraw/svdoashp.cxx index bd59014f7c08..754128f55034 100644 --- a/svx/source/svdraw/svdoashp.cxx +++ b/svx/source/svdraw/svdoashp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: svdoashp.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kz $ $Date: 2004-06-28 16:20:02 $ + * last change: $Author: rt $ $Date: 2004-07-12 14:47:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -695,8 +695,9 @@ sal_Bool SdrObjCustomShape::DoPaintObject(ExtOutputDevice& rXOut, const SdrPaint { sal_Bool bOk = sal_True; - if( ( rInfoRec.nPaintMode & SDRPAINTMODE_MASTERPAGE ) && bNotVisibleAsMaster ) // maybe this should - return sal_True; // be removed + //if( ( rInfoRec.nPaintMode & SDRPAINTMODE_MASTERPAGE ) && bNotVisibleAsMaster ) // maybe this should + // return sal_True; // be removed + // AW: Yes, it should be removed :-) const SdrObject* pSdrObject = GetSdrObjectFromCustomShape(); if ( pSdrObject ) -- cgit