View | Details | Raw Unified | Return to issue 120768
Collapse All | Expand All

(-)main/sd/source/filter/eppt/epptso.cxx (+7 lines)
Lines 5038-5043 Link Here
5038
                }
5038
                }
5039
                if ( !mbPresObj )
5039
                if ( !mbPresObj )
5040
                {
5040
                {
5041
					if (ePageType == MASTER )
5042
					{
5043
						SdrObject* pObj = GetSdrObjectFromXShape( mXShape );
5044
						if (pObj && pObj->IsNotVisibleAsMaster())
5045
							continue;
5046
					}
5047
					
5041
                    mType = "drawing.Text";
5048
                    mType = "drawing.Text";
5042
	                ImplCreateTextShape( aPropOpt, aSolverContainer, sal_True );
5049
	                ImplCreateTextShape( aPropOpt, aSolverContainer, sal_True );
5043
                }
5050
                }

Return to issue 120768