summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/dialogs/certificateviewer.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-28 01:02:13 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-10-28 01:02:13 +0100
commit54a17dd2466ebb9fcda181f5dd02c64a5508f306 (patch)
tree904f90e6d0259205958b71a6f20b143e2be366fc /xmlsecurity/source/dialogs/certificateviewer.cxx
parent71e1c79acebab5fc6a31457416c24c4a33141c33 (diff)
windows: warning 4355 is disabled globally in com_MSC_defs.mk
So there is no need to do this locally, too. Change-Id: I0fa1d0cd3e077ba0985848a9d2cbb061b123e8ad
Diffstat (limited to 'xmlsecurity/source/dialogs/certificateviewer.cxx')
-rw-r--r--xmlsecurity/source/dialogs/certificateviewer.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/xmlsecurity/source/dialogs/certificateviewer.cxx b/xmlsecurity/source/dialogs/certificateviewer.cxx
index 1f7c4f754394..52d8307866d2 100644
--- a/xmlsecurity/source/dialogs/certificateviewer.cxx
+++ b/xmlsecurity/source/dialogs/certificateviewer.cxx
@@ -31,11 +31,6 @@
#include "dialogs.hrc"
#include "resourcemanager.hxx"
-/* HACK: disable some warnings for MS-C */
-#ifdef _MSC_VER
-#pragma warning (disable : 4355) // 4355: this used in initializer-list
-#endif
-
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;