summaryrefslogtreecommitdiffstats
path: root/pyuno/zipcore
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2018-01-31 20:46:58 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2018-02-02 05:57:45 +0100
commit17b22047a7fac6592c0c0b23072c36c7e0d46a84 (patch)
treea77e5aabb5bb891cdb307eee07d5d8a0d7cd287b /pyuno/zipcore
parentCorrectly import solid fill color. (diff)
downloadcore-17b22047a7fac6592c0c0b23072c36c7e0d46a84.tar.gz
core-17b22047a7fac6592c0c0b23072c36c7e0d46a84.zip
pyuno: MSVC: pragma warning: make more specific, remove obsolete
Change-Id: Id907f466bc9dc45f3e522fb948488eb35c011bfe Reviewed-on: https://gerrit.libreoffice.org/49041 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'pyuno/zipcore')
-rw-r--r--pyuno/zipcore/python.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/pyuno/zipcore/python.cxx b/pyuno/zipcore/python.cxx
index 9c6ef836311f..c26d58c36fb8 100644
--- a/pyuno/zipcore/python.cxx
+++ b/pyuno/zipcore/python.cxx
@@ -24,9 +24,7 @@
#include <wchar.h>
#define WIN32_LEAN_AND_MEAN
-#pragma warning(push, 1)
#include <windows.h>
-#pragma warning(pop)
#include <tools/pathutils.hxx>