https://bugs.documentfoundation.org/show_bug.cgi?id=39667

Heiko Tietze <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected]
           Keywords|needsDevEval                |difficultyBeginner,
                   |                            |easyHack, skillDesign,
                   |                            |topicUI

--- Comment #16 from Heiko Tietze <[email protected]> ---
(In reply to Alex ARNAUD from comment #15)
> @Heiko: Do you know who is aware on how to change a default settings in
> LibreOffice? I assume it's trivial for someone aware of this.

The checkbox is on filter/uiconfig/ui/pdfgeneralpage.ui. It is set by const
bool bIsPDFA = (pParent->mnPDFTypeSelection>=1) && (pParent->mnPDFTypeSelection
<= 3); in filter/source/pdf/impdialog.cxx, which is defined in
filter/source/pdf/pdfexport.hxx. The value is read in impdialog.cxx as
mnPDFTypeSelection =  maConfigItem.ReadInt32( "SelectPdfVersion", 0 ); and this
configuration is defined in
https://opengrok.libreoffice.org/xref/core/officecfg/registry/schema/org/openoffice/Office/Common.xcs?r=a927e096#5389
as 0. Just set it to one of the other values.

Samuel, Thorsten: What is a sane/save default for this?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to