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

(-)source/printergfx/printerjob.cxx (-1 / +1 lines)
Lines 731-737 Link Here
731
         * then we print directly with PostScript.
731
         * then we print directly with PostScript.
732
         */
732
         */
733
        printFormat = kApplePrintingUsePDF;
733
        printFormat = kApplePrintingUsePDF;
734
        if ( sal_False == psprintDriverName.equals("SGENPRT") )
734
        if ( (sal_False == psprintDriverName.equals("SGENPRT")) && (sal_False == psprintDriverName.equals("MacShared")) )
735
        {
735
        {
736
            /* The should exist a valid PPD for this printer */
736
            /* The should exist a valid PPD for this printer */
737
            if ( pJobData.m_pParser )
737
            if ( pJobData.m_pParser )

Return to issue 15529