Index: main/sd/source/filter/eppt/epptso.cxx =================================================================== --- main/sd/source/filter/eppt/epptso.cxx (revision 1376345) +++ main/sd/source/filter/eppt/epptso.cxx (working copy) @@ -5038,6 +5038,13 @@ } if ( !mbPresObj ) { + if (ePageType == MASTER ) + { + SdrObject* pObj = GetSdrObjectFromXShape( mXShape ); + if (pObj && pObj->IsNotVisibleAsMaster()) + continue; + } + mType = "drawing.Text"; ImplCreateTextShape( aPropOpt, aSolverContainer, sal_True ); }