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

          Priority: medium
            Bug ID: 84168
          Assignee: libreoffice-bugs@lists.freedesktop.org
           Summary: change writerperfect filters to use a new base class
                    template
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: dtar...@redhat.com
          Hardware: Other
            Status: UNCONFIRMED
           Version: unspecified
         Component: filters and storage
           Product: LibreOffice

Most of the import filter services in writerperfect are derived from a base
class called ImportFilterBase, that implements boilerplate code common for all
the filters. However, there are separate implementations of ImportFilterBase in
every submodule, i.e., writerperfect/source/draw, writerperfect/source/writer
(there used to be one in writerperfect/source/calc too). To avoid duplication,
this class has been generalized to a template writerperfect::ImportFilter
(writerperfect/inc/writerperfect/ImportFilter.hxx). The goal is to replace use
of writerperfect::*::ImportFilterBase by writerperfect::ImportFilter.

Commit
https://gerrit.libreoffice.org/gitweb?p=core.git;a=commit;h=a23a51af899b31bcf93781637371ffd8ef813bf5
shows a sample conversion of the filters in writerperfect/source/calc.

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

Reply via email to