diff options
Diffstat (limited to 'pyuno/inc/pyuno.hxx')
-rw-r--r-- | pyuno/inc/pyuno.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pyuno/inc/pyuno.hxx b/pyuno/inc/pyuno.hxx index e2d0c38de640..04c42de6e93f 100644 --- a/pyuno/inc/pyuno.hxx +++ b/pyuno/inc/pyuno.hxx @@ -21,13 +21,7 @@ #define INCLUDED_PYUNO_INC_PYUNO_HXX #ifndef Py_PYTHON_H -#if defined _MSC_VER -#pragma warning(push, 1) -#endif #include <Python.h> -#if defined _MSC_VER -#pragma warning(pop) -#endif #endif // #ifdef Py_PYTHON_H #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/script/CannotConvertException.hpp> |