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

            Bug ID: 90222
           Summary: replace ScaList in scaddins with a std container
           Product: LibreOffice
           Version: unspecified
          Hardware: Other
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: dtar...@redhat.com

The scaddins module contains a home-grown container class named ScaList. It is
a generic base class, from which are derived other classes holding concrete
data types. The code is even duplicated in two places. It should all be
replaced by a std container type, most likely std::vector.

The definition of the classes is in scaddins/source/pricing/pricing.?xx and
scaddins/source/datefunc/datefunc.?xx .

-- 
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