summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
Diffstat (limited to 'sot')
-rw-r--r--sot/inc/sysformats.hxx7
-rw-r--r--sot/source/sdstor/stgole.cxx3
2 files changed, 0 insertions, 10 deletions
diff --git a/sot/inc/sysformats.hxx b/sot/inc/sysformats.hxx
index b54dfd95cf82..d744be74cfae 100644
--- a/sot/inc/sysformats.hxx
+++ b/sot/inc/sysformats.hxx
@@ -21,14 +21,7 @@
#define INCLUDED_SOT_SYSFORMATS_HXX
#ifdef _WIN32
-#ifdef _MSC_VER
-#pragma warning(push, 1)
-#pragma warning(disable: 4917)
-#endif
#include <shlobj.h>
-#ifdef _MSC_VER
-#pragma warning(pop)
-#endif
#endif
#endif // INCLUDED_SOT_SYSFORMATS_HXX
diff --git a/sot/source/sdstor/stgole.cxx b/sot/source/sdstor/stgole.cxx
index f4ca083393eb..0b1aa0d6a80d 100644
--- a/sot/source/sdstor/stgole.cxx
+++ b/sot/source/sdstor/stgole.cxx
@@ -25,9 +25,6 @@
#include <sot/storinfo.hxx>
#include <sot/exchange.hxx>
-#ifdef _MSC_VER
-#pragma warning(disable: 4342)
-#endif
///////////////////////// class StgInternalStream
StgInternalStream::StgInternalStream( BaseStorage& rStg, const OUString& rName, bool bWr )