summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/dnd/target.hxx
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2018-01-31 12:41:45 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2018-02-01 06:52:57 +0100
commitf901bc5ac0d5812e7f2ec3fd68a266297cb41255 (patch)
tree1524f3a476123da4955f9d16092b514386365730 /dtrans/source/win32/dnd/target.hxx
parentbe13e756d64c461681c79457b5de4a22b6ec00d4 (diff)
dtrans: MSVC: pragma warning: make more specific, remove obsolete
Change-Id: I7a043bc152373e98635bf2bd3513113a8ea45958 Reviewed-on: https://gerrit.libreoffice.org/48974 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'dtrans/source/win32/dnd/target.hxx')
-rw-r--r--dtrans/source/win32/dnd/target.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/dtrans/source/win32/dnd/target.hxx b/dtrans/source/win32/dnd/target.hxx
index 49fde8e0c914..09200f9e2094 100644
--- a/dtrans/source/win32/dnd/target.hxx
+++ b/dtrans/source/win32/dnd/target.hxx
@@ -28,13 +28,7 @@
#include <cppuhelper/interfacecontainer.hxx>
#include <osl/mutex.hxx>
-#if defined _MSC_VER
-#pragma warning(push,1)
-#endif
#include <oleidl.h>
-#if defined _MSC_VER
-#pragma warning(pop)
-#endif
#include "globals.hxx"
namespace com { namespace sun { namespace star { namespace uno {