diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 09:29:54 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 09:29:54 +0000 |
commit | df7ae678bb047d708655f13b042a159cb1a242c4 (patch) | |
tree | 335c901f0288f83f72281056cbeb262173e8d757 /pyuno/inc | |
parent | e79bf082db31bffde5b52a5e960813adf8e542e3 (diff) |
INTEGRATION: CWS changefileheader (1.5.54); FILE MERGED
2008/04/01 12:32:27 thb 1.5.54.1: #i85898# Stripping all external header guards
Diffstat (limited to 'pyuno/inc')
-rw-r--r-- | pyuno/inc/pyuno/pyuno.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/pyuno/inc/pyuno/pyuno.hxx b/pyuno/inc/pyuno/pyuno.hxx index 55e74dc37e86..dc08c8fbc2a3 100644 --- a/pyuno/inc/pyuno/pyuno.hxx +++ b/pyuno/inc/pyuno/pyuno.hxx @@ -16,18 +16,9 @@ #pragma warning(pop) #endif #endif // #ifdef Py_PYTHON_H - -#ifndef _COM_SUN_STAR_UNO_XCOMPONENTCONTEXT_HPP_ #include <com/sun/star/uno/XComponentContext.hpp> -#endif - -#ifndef _COM_SUN_STAR_SCRIPT_CANNOTCONVERTEXCEPTION_HPP_ #include <com/sun/star/script/CannotConvertException.hpp> -#endif - -#ifndef _COM_SUN_STAR_LANG_ILLEGALARGUMENTEXCEPTION_HPP_ #include <com/sun/star/lang/IllegalArgumentException.hpp> -#endif /** External interface of the Python UNO bridge. |