diff options
author | Tino Rachui <tra@openoffice.org> | 2001-05-10 09:59:04 +0000 |
---|---|---|
committer | Tino Rachui <tra@openoffice.org> | 2001-05-10 09:59:04 +0000 |
commit | 20f568bf925f1f486991374f7ab9796fa9efcc1d (patch) | |
tree | 15f82b0da25e6d11aee8e0414d1a8ffcfcacaa9e | |
parent | bfc35eee666912b9da1a6a7c398cd523936f0d9d (diff) |
*** empty log message ***
-rw-r--r-- | sysui/source/win32/misc/WinImplHelper.cxx | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/sysui/source/win32/misc/WinImplHelper.cxx b/sysui/source/win32/misc/WinImplHelper.cxx index 26d8c045a9b5..144ed621dba1 100644 --- a/sysui/source/win32/misc/WinImplHelper.cxx +++ b/sysui/source/win32/misc/WinImplHelper.cxx @@ -2,9 +2,9 @@ * * $RCSfile: WinImplHelper.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: tra $ $Date: 2001-04-26 08:56:59 $ + * last change: $Author: tra $ $Date: 2001-05-10 10:59:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,14 +67,6 @@ #include <osl/diagnose.h> #endif -#ifndef _COM_SUN_STAR_LANG_ILLEGALARGUMENTEXCEPTION_HPP_ -#include <com/sun/star/lang/IllegalArgumentException.hpp> -#endif - -#ifndef _COM_SUN_STAR_UI_FILEPICKERELEMENTID_HPP_ -#include <com/sun/star/ui/FilePickerElementID.hpp> -#endif - #ifndef _AUTO_BUFFER_HXX_ #include "AutoBuffer.hxx" #endif |