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

New commits:
commit 3b47d5120d04d86e5046a333804640102c0b8ea1
Author: Gabor Kelemen <kelem...@ubuntu.com>
Date:   Wed Apr 11 19:26:04 2018 +0200

    tdf#116473 'Export only note pages' should depend on 'Export notes pages'
    
    Change-Id: Ib2a96464e5568eaf015368f24bc2739c29b098c0
    Reviewed-on: https://gerrit.libreoffice.org/52741
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: David Tardon <dtar...@redhat.com>

diff --git a/filter/source/pdf/impdialog.cxx b/filter/source/pdf/impdialog.cxx
index e3db5f18bc7e..ef802ebbf6a5 100644
--- a/filter/source/pdf/impdialog.cxx
+++ b/filter/source/pdf/impdialog.cxx
@@ -644,6 +644,8 @@ void ImpPDFTabGeneralPage::SetFilterConfigItem( 
ImpPDFTabDialog* paParent )
         mpCbExportNotesPages->SetToggleHdl( LINK(this, ImpPDFTabGeneralPage, 
ToggleExportNotesPagesHdl ) );
         mpCbExportOnlyNotesPages->Show();
         mpCbExportOnlyNotesPages->Check(paParent->mbExportOnlyNotesPages);
+        // tdf#116473 Initially enable Export only note pages option depending 
on the checked state of Export notes pages option
+        mpCbExportOnlyNotesPages->Enable(mpCbExportNotesPages->IsChecked());
         mpCbExportHiddenSlides->Show();
         mpCbExportHiddenSlides->Check(paParent->mbExportHiddenSlides);
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to