diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-05 15:55:12 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:11:20 +0200 |
commit | d890da89f4d27f7acfb181a5a547a95ad823efb0 (patch) | |
tree | ba02efe1388d25e748246fe06ebc80bb0eeabae7 /fpicker/source/unx | |
parent | 7ed2a540495c2583fa2a9dcfb903b26c89cd153c (diff) |
more removed include guards using fixguard.py
Diffstat (limited to 'fpicker/source/unx')
-rw-r--r-- | fpicker/source/unx/gnome/SalGtkFilePicker.hxx | 4 | ||||
-rw-r--r-- | fpicker/source/unx/gnome/SalGtkFolderPicker.hxx | 6 | ||||
-rw-r--r-- | fpicker/source/unx/gnome/eventnotification.hxx | 2 | ||||
-rw-r--r-- | fpicker/source/unx/gnome/resourceprovider.hxx | 2 |
4 files changed, 0 insertions, 14 deletions
diff --git a/fpicker/source/unx/gnome/SalGtkFilePicker.hxx b/fpicker/source/unx/gnome/SalGtkFilePicker.hxx index 42f6a58b55f6..61c321cd6702 100644 --- a/fpicker/source/unx/gnome/SalGtkFilePicker.hxx +++ b/fpicker/source/unx/gnome/SalGtkFilePicker.hxx @@ -41,15 +41,11 @@ #include <com/sun/star/ui/dialogs/XFilePreview.hpp> #include <com/sun/star/beans/StringPair.hpp> -#ifndef _SALGTKPICKER_HXX_ #include "SalGtkPicker.hxx" -#endif #include <memory> -#ifndef _RTL_USTRING_H_ #include <rtl/ustring.hxx> -#endif #include <list> diff --git a/fpicker/source/unx/gnome/SalGtkFolderPicker.hxx b/fpicker/source/unx/gnome/SalGtkFolderPicker.hxx index 07b25c256653..6bac155bc602 100644 --- a/fpicker/source/unx/gnome/SalGtkFolderPicker.hxx +++ b/fpicker/source/unx/gnome/SalGtkFolderPicker.hxx @@ -32,19 +32,13 @@ // includes of other projects //_______________________________________________________________________________________________________________________ -#ifndef _CPPUHELPER_COMPBASE3_HXX_ #include <cppuhelper/implbase3.hxx> -#endif -#ifndef _SALGTKPICKER_HXX_ #include "SalGtkPicker.hxx" -#endif #include <memory> -#ifndef _RTL_USTRING_H_ #include <rtl/ustring.hxx> -#endif #include <list> diff --git a/fpicker/source/unx/gnome/eventnotification.hxx b/fpicker/source/unx/gnome/eventnotification.hxx index 6bd63f091441..a623375ca614 100644 --- a/fpicker/source/unx/gnome/eventnotification.hxx +++ b/fpicker/source/unx/gnome/eventnotification.hxx @@ -28,9 +28,7 @@ #ifndef _EVENTNOTIFICATION_HXX_ #define _EVENTNOTIFICATION_HXX_ -#ifndef _COM_SUN_STAR_UNO_XINTEFACE_HPP_ #include <com/sun/star/uno/XInterface.hpp> -#endif #include <com/sun/star/uno/Reference.hxx> //----------------------------------- diff --git a/fpicker/source/unx/gnome/resourceprovider.hxx b/fpicker/source/unx/gnome/resourceprovider.hxx index cb43dd12b3e2..8fbb8eb9113e 100644 --- a/fpicker/source/unx/gnome/resourceprovider.hxx +++ b/fpicker/source/unx/gnome/resourceprovider.hxx @@ -35,9 +35,7 @@ #include <sal/types.h> -#ifndef _RTL_USTRING_HXX_ #include <rtl/ustring> -#endif #define FOLDERPICKER_TITLE 500 #define FOLDER_PICKER_DEF_DESCRIPTION 501 |