diff options
Diffstat (limited to 'desktop/win32/source/unoinfo.cxx')
-rw-r--r-- | desktop/win32/source/unoinfo.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/desktop/win32/source/unoinfo.cxx b/desktop/win32/source/unoinfo.cxx index 3ee7e7750335..3a41b6e0985e 100644 --- a/desktop/win32/source/unoinfo.cxx +++ b/desktop/win32/source/unoinfo.cxx @@ -23,13 +23,7 @@ #include <wchar.h> #define WIN32_LEAN_AND_MEAN -#if defined _MSC_VER -#pragma warning(push, 1) -#endif #include <windows.h> -#if defined _MSC_VER -#pragma warning(pop) -#endif #include <tools/pathutils.hxx> |