Kaydet (Commit) c5c317ed authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: 'NSPrintSavePath' is deprecated: first deprecated in OS X 10.6

Change-Id: I810b42da1d62c66c2ab6fb7bb6f71d1d00115dfa
üst 839263fb
......@@ -462,7 +462,7 @@ bool AquaSalInfoPrinter::StartJob( const OUString* i_pFileName,
{
[mpPrintInfo setJobDisposition: NSPrintSaveJob];
NSString* pPath = CreateNSString( *i_pFileName );
[pPrintDict setObject: pPath forKey: NSPrintSavePath];
[pPrintDict setObject:[NSURL fileURLWithPath:pPath] forKey:NSPrintJobSavingURL];
[pPath release];
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment