diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-04 16:59:40 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:11:20 +0200 |
commit | facd86ef9cdac2f0acab13a8b525f0bfb99cac28 (patch) | |
tree | b20099418ed50ea373d131c15835efd3946fab41 /fpicker/source/aqua | |
parent | 30afa21872109ef351ece5d0f0ad14e29d5e790e (diff) |
remove include guards using fixguard.py
Diffstat (limited to 'fpicker/source/aqua')
-rw-r--r-- | fpicker/source/aqua/SalAquaFilePicker.cxx | 4 | ||||
-rw-r--r-- | fpicker/source/aqua/SalAquaFolderPicker.cxx | 2 | ||||
-rw-r--r-- | fpicker/source/aqua/SalAquaPicker.cxx | 4 | ||||
-rw-r--r-- | fpicker/source/aqua/resourceprovider.cxx | 4 |
4 files changed, 0 insertions, 14 deletions
diff --git a/fpicker/source/aqua/SalAquaFilePicker.cxx b/fpicker/source/aqua/SalAquaFilePicker.cxx index 699997bd2dbe..5e7783a0b92d 100644 --- a/fpicker/source/aqua/SalAquaFilePicker.cxx +++ b/fpicker/source/aqua/SalAquaFilePicker.cxx @@ -43,14 +43,10 @@ #include <vos/mutex.hxx> #include <vcl/svapp.hxx> -#ifndef _TOOLS_URLOBJ_HXX #include <tools/urlobj.hxx> -#endif #include "resourceprovider.hxx" -#ifndef _SV_RC_H #include <tools/rc.hxx> -#endif #include <osl/file.hxx> #include "CFStringUtilities.hxx" #include "NSString_OOoAdditions.hxx" diff --git a/fpicker/source/aqua/SalAquaFolderPicker.cxx b/fpicker/source/aqua/SalAquaFolderPicker.cxx index 60857e47c6c3..d57a0b2f26fe 100644 --- a/fpicker/source/aqua/SalAquaFolderPicker.cxx +++ b/fpicker/source/aqua/SalAquaFolderPicker.cxx @@ -49,9 +49,7 @@ #include "resourceprovider.hxx" -#ifndef _SV_RC_H #include <tools/rc.hxx> -#endif #include <osl/file.hxx> #include "CFStringUtilities.hxx" diff --git a/fpicker/source/aqua/SalAquaPicker.cxx b/fpicker/source/aqua/SalAquaPicker.cxx index 1a4132f23ea5..02dee945a039 100644 --- a/fpicker/source/aqua/SalAquaPicker.cxx +++ b/fpicker/source/aqua/SalAquaPicker.cxx @@ -37,17 +37,13 @@ #include <FPServiceInfo.hxx> #include <vos/mutex.hxx> #include <vcl/svapp.hxx> -#ifndef _SALAQUAPICKER_HXX_ #include "SalAquaPicker.hxx" -#endif #include <tools/urlobj.hxx> #include <osl/file.hxx> #include "CFStringUtilities.hxx" #include "NSString_OOoAdditions.hxx" -#ifndef _NSURL_OOOADDITIONS_HXX_ #include "NSURL_OOoAdditions.hxx" -#endif #include "SalAquaFilePicker.hxx" diff --git a/fpicker/source/aqua/resourceprovider.cxx b/fpicker/source/aqua/resourceprovider.cxx index 51985208c7ed..658f0c37a0dc 100644 --- a/fpicker/source/aqua/resourceprovider.cxx +++ b/fpicker/source/aqua/resourceprovider.cxx @@ -37,13 +37,9 @@ #include <com/sun/star/ui/dialogs/CommonFilePickerElementIds.hpp> #include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp> -#ifndef _SVTOOLS_SVTOOLS_HRC_ #include <svtools/svtools.hrc> -#endif -#ifndef _SVTOOLS_FILEDLG2_HRC_ #include <svtools/filedlg2.hrc> -#endif #include "NSString_OOoAdditions.hxx" #include "resourceprovider.hxx" |