summaryrefslogtreecommitdiffstats
path: root/fpicker/source/aqua/SalAquaFilePicker.mm
Commit message (Collapse)AuthorAgeFilesLines
* Replace `compareTo(...) == 0` with ==Ashish Banerjee2013-04-051-1/+1
| | | | | | | | | | | Proposed patch for the following issue: https://bugs.freedesktop.org/show_bug.cgi?id=62096 Change-Id: Ib83a9051ea12c53642f781e5427a6ca728049a7f Reviewed-on: https://gerrit.libreoffice.org/3198 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
* -Werror,-Wunused-macrosStephan Bergmann2013-03-271-28/+0
| | | | Change-Id: Ia4560cd9726f64d85325c0bb28b7cff9774bc173
* Introduce HAVE_GCC_PRAGMA_DIAGNOSTIC_{MODIFY,SCOPE}Stephan Bergmann2013-03-251-2/+4
| | | | | | | | | | | | | ...replacing hard-coded GCC version checks. Those checks that guard #pragma GCC diagnostic ignored "-Wnon-virtual-dtor" appear relevant only for GCC itself, not Clang (which used to fail the old guards because it typically announces itself with a rather low __GNUC__/__GNUC_MINOR__ version), see 6e67c03dc0225fc66343546b14e902b9d238b1a3 "Enable -Wnon-virtual-dtor for GCC 4.6" Change-Id: I6bfa4d5caa6192e7a203ce829682bf6bb8d61a1b
* fix ambiguous base-class problemNoel Grandin2013-02-121-7/+9
| | | | Change-Id: I7cf34ceebc656e0ca507521bfdaaf8beac67644c
* use a typedef to reduce code duplicationNoel Grandin2013-02-121-4/+1
| | | | Change-Id: I915b88ad0683cecaf2018a529fb904753a4f27c0
* Fix compilation of MacOS FilePickerNoel Grandin2013-02-121-3/+3
| | | | | | | | | ...broken by 4b51374a7021d52f7f1be1861e2ee6a011b30ecd "fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new style." Also remove unused field while we're there. Change-Id: If7e2057b9383edf4ee2fa581df984dea0e04e430
* fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new styleNoel Grandin2013-02-121-5/+6
| | | | Change-Id: I1cafbfc53994e5d74241042dbd1d292ddbda67d5
* remove include comments and boxesThomas Arnhold2012-08-081-4/+0
| | | | Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
* having a stab at silencing this warningCaolán McNamara2012-07-281-1/+6
| | | | | | i.e. use same pattern as 079c042d1994b6a8532e72e55aaaa617a7acd387 Change-Id: I149ed933567fcdc5e404589b2b77bba7e02c5b37
* WaE: deprecationsTor Lillqvist2012-07-281-0/+2
| | | | Change-Id: Iadd6283d0441511d0824f013e731fdc023ab417b
* re-base on ALv2 code. Includes:Michael Meeks2012-07-061-23/+14
| | | | | | mingwport35: i#117796: MinGW fix to VistaFilePickerImpl.cxx Patch contributed by Takashi Ono http://svn.apache.org/viewvc?view=revision&revision=1172092
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+0
|
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+0
|
* fpicker: aqua: move source files .cxx -> .mmMatúš Kukan2011-12-271-0/+816