[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - filter/source
Andras Timar
andras.timar at collabora.com
Tue Apr 15 12:53:24 PDT 2014
filter/source/pdf/impdialog.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a9e669b7948ab734bcbbd76a0919ba91cca2850e
Author: Andras Timar <andras.timar at collabora.com>
Date: Tue Apr 15 16:39:07 2014 +0200
fdo#74654 fix typo: printnone -> printhigh
Change-Id: I286dedfb6dfd8d9c119bf1b6ac777a2a08f22d7e
Reviewed-on: https://gerrit.libreoffice.org/9015
Tested-by: Michael Stahl <mstahl at redhat.com>
Reviewed-by: Michael Stahl <mstahl at redhat.com>
diff --git a/filter/source/pdf/impdialog.cxx b/filter/source/pdf/impdialog.cxx
index 54e40ab..631afd239 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");
More information about the Libreoffice-commits
mailing list