diff options
author | Andras Timar <andras.timar@collabora.com> | 2014-04-15 16:39:07 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2014-04-15 16:49:49 +0200 |
commit | c5265586e635d294708f6af10697134a95a26e08 (patch) | |
tree | 9f19d20c86edbb284018d36a56793e5f45a609d1 | |
parent | a0752fa4246dc71b64907c679657a1af3cb617e1 (diff) |
fdo#74654 fix typo: printnone -> printhigh
Change-Id: I286dedfb6dfd8d9c119bf1b6ac777a2a08f22d7e
-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"); |