https://bugs.freedesktop.org/show_bug.cgi?id=60698

          Priority: medium
            Bug ID: 60698
          Assignee: [email protected]
           Summary: kill pointless one-file library ...
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          Hardware: Other
            Status: NEW
           Version: 4.0.0.3 release
         Component: Libreoffice
           Product: LibreOffice

The fpicker/ Library_fpicker.mk contains only a single file and there is no
need for it to live inside fpicker - it produces a ridiculously small
standalone library that could easily live ~anywhere else.

It should be moved into vcl/ inside vcl/source/components

NB. please use 'git mv' and then git commit immediately to retain history.

We should re-work:

SvtMiscOptions().UseSystemFileDialog()

to use a direct configmgr access via sberg's nice new compiled-in API of that
single setting;

officecfg/registry/data/org/openoffice/Setup.xcu:               
<it>/org.openoffice.Office.Common/Misc/UseSystemFileDialog</it>

via.

bool officecfg::Office::Common::Misc::UseSystemFileDialog::get()

etc.

And we should cleanup all the horror RTL_CONSTASCII_USTRINGPARAM() mess at the
same time - kill the fpicker library, and move the component file across:

cat fpicker/source/generic/fpicker.component

and merge it into the VCL component file.

Thanks ! :-)

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

Reply via email to