diff options
author | J. Graeme Lingard <jgraeme+git@gmail.com> | 2010-10-05 22:17:11 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-10-06 10:23:23 +0200 |
commit | 8e2ae4afca72cda9aab8cfe4a5852c4202eed5a7 (patch) | |
tree | e984502e904c48e92838084ceecec3a679abc247 /fpicker | |
parent | da1161eb1d3c107aece2179778481e4f0631f034 (diff) |
Remove redundant #include directives & comments
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/unx/kde4/KDE4FilePicker.hxx | 1 | ||||
-rw-r--r-- | fpicker/source/win32/filepicker/VistaFilePickerEventHandler.cxx | 6 | ||||
-rw-r--r-- | fpicker/source/win32/filepicker/platform_vista.h | 25 |
3 files changed, 0 insertions, 32 deletions
diff --git a/fpicker/source/unx/kde4/KDE4FilePicker.hxx b/fpicker/source/unx/kde4/KDE4FilePicker.hxx index a7983a72590f..43f8a820070c 100644 --- a/fpicker/source/unx/kde4/KDE4FilePicker.hxx +++ b/fpicker/source/unx/kde4/KDE4FilePicker.hxx @@ -35,7 +35,6 @@ #include <com/sun/star/ui/dialogs/XFilterManager.hpp> #include <com/sun/star/ui/dialogs/XFilterGroupManager.hpp> #include <com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp> -//#include <com/sun/star/ui/dialogs/XFilePreview.hpp> #include <com/sun/star/util/XCancellable.hpp> #include <osl/conditn.hxx> diff --git a/fpicker/source/win32/filepicker/VistaFilePickerEventHandler.cxx b/fpicker/source/win32/filepicker/VistaFilePickerEventHandler.cxx index 2fadaa6bfdff..e7053102dd9f 100644 --- a/fpicker/source/win32/filepicker/VistaFilePickerEventHandler.cxx +++ b/fpicker/source/win32/filepicker/VistaFilePickerEventHandler.cxx @@ -28,10 +28,6 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_fpicker.hxx" -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include "VistaFilePickerEventHandler.hxx" #include "asyncrequests.hxx" @@ -44,8 +40,6 @@ #include <comphelper/processfactory.hxx> #include <comphelper/storagehelper.hxx> -//#include <tools/urlobj.hxx> -//#include <unotools/ucbhelper.hxx> #include <osl/file.hxx> diff --git a/fpicker/source/win32/filepicker/platform_vista.h b/fpicker/source/win32/filepicker/platform_vista.h index e8812909f757..d5eaa8ae74d0 100644 --- a/fpicker/source/win32/filepicker/platform_vista.h +++ b/fpicker/source/win32/filepicker/platform_vista.h @@ -47,31 +47,6 @@ #pragma warning(pop) #endif -// ATL/WTL -//#include <atlbase.h> -//#include <atlstr.h> -//#include <atlapp.h> -//extern CAppModule _Module; -//#include <atlcom.h> -//#include <atlwin.h> -//#include <atlframe.h> -//#include <atlcrack.h> -//#include <atlctrls.h> -//#include <atlctrlx.h> -//#include <atldlgs.h> -//#include <atlmisc.h> - -/* -// STL -#include <vector> - -// Global functions -LPCTSTR PrepFilterString ( CString& sFilters ); -bool PathFromShellItem ( IShellItem* pItem, CString& sPath ); -bool BuildFilterSpecList ( _U_STRINGorID szFilterList, - std::vector<CString>& vecsFilterParts, - std::vector<COMDLG_FILTERSPEC>& vecFilters ); -*/ #if defined _M_IX86 #pragma comment(linker, "/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"") |