summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-04-15 16:39:07 +0200
committerAndras Timar <andras.timar@collabora.com>2014-04-15 16:49:49 +0200
commitc5265586e635d294708f6af10697134a95a26e08 (patch)
tree9f19d20c86edbb284018d36a56793e5f45a609d1
parenta0752fa4246dc71b64907c679657a1af3cb617e1 (diff)
fdo#74654 fix typo: printnone -> printhigh
Change-Id: I286dedfb6dfd8d9c119bf1b6ac777a2a08f22d7e
-rw-r--r--filter/source/pdf/impdialog.cxx2
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");