summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-04-15 16:39:07 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-04-18 05:07:03 +0000
commita538d6f05820e8912da2f20846d2b274d45112c2 (patch)
tree932b6e6f0371ee2376b6940a1a872d222e8a411f
parentc0fca42bf7c192292d0ab5058d6b1815477bf57c (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> (cherry picked from commit a9e669b7948ab734bcbbd76a0919ba91cca2850e) Reviewed-on: https://gerrit.libreoffice.org/9056 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
-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");