Fix build with compiler from OS X 10.6 SDK (hopefully)
commit240a41f522f8d605daa3de4b9f8d026a13ab7582
authorBoris Dušek <me@dusek.me>
Wed, 21 Aug 2013 06:23:44 +0000 (21 08:23 +0200)
committerFridrich Strba <fridrich@documentfoundation.org>
Sat, 24 Aug 2013 04:40:06 +0000 (24 04:40 +0000)
treeb4b6732343f19a7ed5959ddd5ff7e37d18bc7788
parent93e590627587f4023e03338696e35751b5a6ce52
Fix build with compiler from OS X 10.6 SDK (hopefully)

The compiler in 10.6 SDK probably still requires methods to be defined in
such an order that one should not reference a method from a line of code
that precedes the one where the method is defined. Compilers in newer SDKs
support arbitrary order, as long as the requested method is defined
anywhere.

This is consistent with other methods in the same file that are not declared
anywhere (just defined and used apparently in the order I wrote above).

Change-Id: I14ba699056b6cdd2e804dbc87cfedaef47663664
Reviewed-on: https://gerrit.libreoffice.org/5577
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
vcl/aqua/source/a11y/aqua11ytextattributeswrapper.mm