diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-12 13:47:29 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-12 13:47:29 +0000 |
commit | 2981089ee716a4df6ad489d9ec0f3cbc2433dff8 (patch) | |
tree | 36e940c774abcc003bb644322724ce2cac1ca145 /svx | |
parent | 4bed17a494176d53932e16ccafef7169067052ab (diff) |
INTEGRATION: CWS aw013 (1.2.138); FILE MERGED
2004/06/11 16:11:30 aw 1.2.138.1: #114389#, #114394#
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svdraw/svdoashp.cxx | 9 |
1 files changed, 5 insertions, 4 deletions
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 ) |