summaryrefslogtreecommitdiff
path: root/pyuno/inc/pyuno
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:02:42 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:02:42 +0000
commit560c6d67e4323877b6dedb6f0e15a46f6d6b746a (patch)
tree1035e5ee792dc74608581982ec9351ffdc3a53ab /pyuno/inc/pyuno
parent97fb78701713c720fa146b05af6a26ecf5acf639 (diff)
INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED
2006/03/01 10:00:46 sb 1.4.8.1: #i53898# Made code waring-free.
Diffstat (limited to 'pyuno/inc/pyuno')
-rw-r--r--pyuno/inc/pyuno/pyuno.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/pyuno/inc/pyuno/pyuno.hxx b/pyuno/inc/pyuno/pyuno.hxx
index f53c6983100d..55e74dc37e86 100644
--- a/pyuno/inc/pyuno/pyuno.hxx
+++ b/pyuno/inc/pyuno/pyuno.hxx
@@ -2,7 +2,9 @@
#define _PYUNO_PYUNO_HXX_
#ifndef Py_PYTHON_H
-
+#if defined _MSC_VER
+#pragma warning(push, 1)
+#endif
#ifdef _DEBUG
#undef _DEBUG
#include <Python.h>
@@ -10,6 +12,9 @@
#else
#include <Python.h>
#endif // #ifdef _DEBUG
+#if defined _MSC_VER
+#pragma warning(pop)
+#endif
#endif // #ifdef Py_PYTHON_H
#ifndef _COM_SUN_STAR_UNO_XCOMPONENTCONTEXT_HPP_