filter/source/pdf/impdialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a538d6f05820e8912da2f20846d2b274d45112c2 Author: Andras Timar <[email protected]> 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 <[email protected]> Reviewed-by: Michael Stahl <[email protected]> (cherry picked from commit a9e669b7948ab734bcbbd76a0919ba91cca2850e) Reviewed-on: https://gerrit.libreoffice.org/9056 Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> Tested-by: Markus Mohrhard <[email protected]> Reviewed-by: Markus Mohrhard <[email protected]> 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");
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
