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

          Priority: medium
            Bug ID: 77667
          Assignee: libreoffice-bugs@lists.freedesktop.org
           Summary: Remove gcc3 workaround where it could handle
                    instantiated objects as parameters
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: chris.sherloc...@gmail.com
          Hardware: Other
            Status: UNCONFIRMED
           Version: Inherited From OOo
         Component: Libreoffice
           Product: LibreOffice

It appears from previous commit log entries that GCC 3.3 and below had problems
handling instantiated objects as parameters e.g. Draw(Point(), parameter2).

This is no longer a problem, and in fact there is code all over the place that
already doesn't bother with the workaround, which was to declare a temporary
variable, instantiate into this and then use this variable. 

We should get rid of this workaround code.

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