diff options
author | David Tardon <dtardon@redhat.com> | 2010-10-06 09:34:39 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2010-10-06 09:34:39 +0200 |
commit | c57cf1ab4ad90cd359079f8c10fa98ca63650cea (patch) | |
tree | 27a8007a6a9cf16fa84904e3c6675cbe56ffd33e /fpicker | |
parent | 0501bf2bf452be015521b87620d82c69ff968db2 (diff) |
remove more commented out #includes and related comments
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/aqua/FPentry.cxx | 16 | ||||
-rw-r--r-- | fpicker/source/aqua/FilterHelper.cxx | 3 | ||||
-rw-r--r-- | fpicker/source/aqua/FilterHelper.hxx | 20 | ||||
-rw-r--r-- | fpicker/source/aqua/NSString_OOoAdditions.hxx | 1 |
4 files changed, 0 insertions, 40 deletions
diff --git a/fpicker/source/aqua/FPentry.cxx b/fpicker/source/aqua/FPentry.cxx index 127d1f5d60bb..9c7ec71b86b2 100644 --- a/fpicker/source/aqua/FPentry.cxx +++ b/fpicker/source/aqua/FPentry.cxx @@ -25,27 +25,14 @@ * ************************************************************************/ -//---------------------------------------------- -// includes of other projects -//---------------------------------------------- - #include <cppuhelper/factory.hxx> #include <com/sun/star/container/XSet.hpp> -// #ifndef _OSL_DIAGNOSE_H_ -// #include <osl/diagnose.h> -// #endif #include "SalAquaFilePicker.hxx" #include "SalAquaFolderPicker.hxx" -// #ifndef _SV_SVAPP_HXX -// #include <vcl/svapp.hxx> -// #endif #include "FPServiceInfo.hxx" -//----------------------------------------------- -// namespace directives -//----------------------------------------------- using namespace ::rtl; using namespace ::com::sun::star::uno; @@ -56,9 +43,6 @@ using namespace ::cppu; using ::com::sun::star::ui::dialogs::XFilePicker; using ::com::sun::star::ui::dialogs::XFolderPicker; -//------------------------------------------------ -// -//------------------------------------------------ static Reference< XInterface > SAL_CALL createFileInstance( const Reference< XMultiServiceFactory >& rServiceManager ) diff --git a/fpicker/source/aqua/FilterHelper.cxx b/fpicker/source/aqua/FilterHelper.cxx index 9c644326005e..80d35069ac41 100644 --- a/fpicker/source/aqua/FilterHelper.cxx +++ b/fpicker/source/aqua/FilterHelper.cxx @@ -30,9 +30,6 @@ #include <vos/mutex.hxx> #include <vcl/svapp.hxx> -// #ifndef _OSL_DIAGNOSE_H_ -// #include <osl/diagnose.h> -// #endif #include "CFStringUtilities.hxx" #include "NSString_OOoAdditions.hxx" #include "NSURL_OOoAdditions.hxx" diff --git a/fpicker/source/aqua/FilterHelper.hxx b/fpicker/source/aqua/FilterHelper.hxx index b0b982971f71..5a38364d81c7 100644 --- a/fpicker/source/aqua/FilterHelper.hxx +++ b/fpicker/source/aqua/FilterHelper.hxx @@ -28,22 +28,6 @@ #ifndef _FILTERHELPER_HXX_ #define _FILTERHELPER_HXX_ -// #ifndef _COM_SUN_STAR_UNO_TYPE_HXX_ -// #include <com/sun/star/uno/Type.hxx> -// #endif - -// #ifndef INCLUDED_CPPU_UNOTYPE_HXX -// #include <cppu/unotype.hxx> -// #endif - -// #ifndef _TYPELIB_TYPECLASS_H_ -// #include "typelib/typeclass.h" -// #endif - -// #ifndef _TYPELIB_TYPEDESCRIPTION_H_ -// #include "typelib/typedescription.h" -// #endif - #include <com/sun/star/beans/StringPair.hpp> #include <com/sun/star/uno/Sequence.hxx> @@ -51,10 +35,6 @@ #include <com/sun/star/uno/RuntimeException.hpp> -// #ifndef _RTL_USTRING_H_ -// #include <rtl/ustring.hxx> -// #endif - #include <list> #include <vector> diff --git a/fpicker/source/aqua/NSString_OOoAdditions.hxx b/fpicker/source/aqua/NSString_OOoAdditions.hxx index 09c6029de126..15b1b985c08a 100644 --- a/fpicker/source/aqua/NSString_OOoAdditions.hxx +++ b/fpicker/source/aqua/NSString_OOoAdditions.hxx @@ -32,7 +32,6 @@ #import <Cocoa/Cocoa.h> #include <postmac.h> #include <rtl/ustring.hxx> -// #include <sal/types.h> //for Cocoa types @interface NSString (OOoAdditions) |