summaryrefslogtreecommitdiff
path: root/filter/source
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-04-15 16:39:07 +0200
committerMichael Stahl <mstahl@redhat.com>2014-04-15 19:52:56 +0000
commita9e669b7948ab734bcbbd76a0919ba91cca2850e (patch)
tree536a344b177f2c610294a05bce115c73bd83a939 /filter/source
parentc76886856411a074a63b273c1709fbeeb005711a (diff)
fdo#74654 fix typo: printnone -> printhigh
Change-Id: I286dedfb6dfd8d9c119bf1b6ac777a2a08f22d7e Reviewed-on: https://gerrit.libreoffice.org/9015 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'filter/source')
-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 54e40ab32aa6..631afd239994 100644
--- a/filter/source/pdf/impdialog.cxx
+++ b/filter/source/pdf/impdialog.cxx
@@ -1088,7 +1088,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");