filter/source/pdf/impdialog.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 92e566bce63e76c5c49744866b81976521ae0bda Author: Gabor Kelemen <kelem...@ubuntu.com> Date: Wed Apr 4 06:58:14 2018 +0200 tdf#105965 Make Selection the default PDF export range setting For spreadsheets, to sync with the default setting for printing Change-Id: I1f1fc8d615c5a053d82d608fc1b55ef8bf1dc595 Reviewed-on: https://gerrit.libreoffice.org/52356 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@cib.de> diff --git a/filter/source/pdf/impdialog.cxx b/filter/source/pdf/impdialog.cxx index 1b4720673e2c..8f10bc871420 100644 --- a/filter/source/pdf/impdialog.cxx +++ b/filter/source/pdf/impdialog.cxx @@ -660,6 +660,8 @@ void ImpPDFTabGeneralPage::SetFilterConfigItem( ImpPDFTabDialog* paParent ) if( mbIsSpreadsheet ) { mpRbSelection->SetText(get<FixedText>("selectedsheets")->GetText()); + // tdf#105965 Make Selection/Selected sheets the default PDF export range setting for spreadsheets + mpRbSelection->Check(); } mpCbExportPlaceholders->Show(mbIsWriter); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits