[Libreoffice-commits] core.git: filter/source

Andras Timar andras.timar at collabora.com
Tue Apr 15 07:50:24 PDT 2014


 filter/source/pdf/impdialog.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c5265586e635d294708f6af10697134a95a26e08
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

diff --git a/filter/source/pdf/impdialog.cxx b/filter/source/pdf/impdialog.cxx
index dbe76bd..567e6d6 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");


More information about the Libreoffice-commits mailing list