diff options
-rw-r--r-- | filter/source/pdf/impdialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/pdf/impdialog.cxx b/filter/source/pdf/impdialog.cxx index dbe76bd0583b..567e6d6ce0c3 100644 --- a/filter/source/pdf/impdialog.cxx +++ b/filter/source/pdf/impdialog.cxx @@ -1087,7 +1087,7 @@ ImpPDFTabSecurityPage::ImpPDFTabSecurityPage(Window* i_pParent, const SfxItemSet get(mpPrintPermissions, "printing"); get(mpRbPrintNone, "printnone"); get(mpRbPrintLowRes, "printlow"); - get(mpRbPrintHighRes, "printnone"); + get(mpRbPrintHighRes, "printhigh"); get(mpChangesAllowed, "changes"); get(mpRbChangesNone, "changenone"); |