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

            Bug ID: 91054
           Summary: cleanup weirdo function prototypes ...
           Product: LibreOffice
           Version: 4.4.3.2 rc
          Hardware: Other
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Chart
          Assignee: [email protected]
          Reporter: [email protected]

If you poke at (at least) chart2/source/tools/LifeTime.cxx you can see the most
amazing function signatures like this:

        bool CloseableLifeTimeManager
::g_close_startTryClose(bool bDeliverOwnership)
    throw ( uno::Exception )
{

There is no real consensus on the 'right' way to do function prototypes, so
don't go wild changing everything; but the above looks really wrong & unusual
to me =) it'd be good to find instances of this particular oddness & change
them to (perhaps)

bool CloseableLifeTimeManager::g_close_startTryClose(bool bDeliverOwnership)
    throw ( uno::Exception )

which at least looks like a method ;-)

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