diff options
author | Philipp Lohmann <pl@openoffice.org> | 2009-06-24 15:59:36 +0000 |
---|---|---|
committer | Philipp Lohmann <pl@openoffice.org> | 2009-06-24 15:59:36 +0000 |
commit | a22cd6b9c89f9d1bac898596942af3e889ee94d6 (patch) | |
tree | 8d0308aa40348442fe655b81e387e5dd4208417e | |
parent | e38ba906f787d79e8042f3a97bf44372cad4c0aa (diff) |
save to file should be PDF
-rw-r--r-- | vcl/aqua/source/gdi/salprn.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/aqua/source/gdi/salprn.cxx b/vcl/aqua/source/gdi/salprn.cxx index 8e22a83e1403..347e57aa8380 100644 --- a/vcl/aqua/source/gdi/salprn.cxx +++ b/vcl/aqua/source/gdi/salprn.cxx @@ -444,6 +444,8 @@ ULONG AquaSalInfoPrinter::GetCapabilities( const ImplJobSetup* i_pSetupData, USH return 1; case PRINTER_CAPABILITIES_EXTERNALDIALOG: return getUseNativeDialog() ? 1 : 0; + case PRINTER_CAPABILITIES_PDF: + return 1; default: break; }; return 0; |