diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-28 01:02:13 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-28 01:02:13 +0100 |
commit | 54a17dd2466ebb9fcda181f5dd02c64a5508f306 (patch) | |
tree | 904f90e6d0259205958b71a6f20b143e2be366fc /xmlsecurity | |
parent | 71e1c79acebab5fc6a31457416c24c4a33141c33 (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')
-rw-r--r-- | xmlsecurity/source/dialogs/certificateviewer.cxx | 5 | ||||
-rw-r--r-- | xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx | 6 | ||||
-rw-r--r-- | xmlsecurity/source/dialogs/macrosecurity.cxx | 5 | ||||
-rw-r--r-- | xmlsecurity/source/dialogs/warnings.cxx | 5 |
4 files changed, 0 insertions, 21 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; diff --git a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx index 6f6963ac65db..a0de9398f6b4 100644 --- a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx +++ b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx @@ -57,12 +57,6 @@ #include <vcl/msgbox.hxx> #include <unotools/configitem.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::security; using namespace ::com::sun::star::uno; using namespace ::com::sun::star; diff --git a/xmlsecurity/source/dialogs/macrosecurity.cxx b/xmlsecurity/source/dialogs/macrosecurity.cxx index 70d03c77f1e7..1e06c985ea14 100644 --- a/xmlsecurity/source/dialogs/macrosecurity.cxx +++ b/xmlsecurity/source/dialogs/macrosecurity.cxx @@ -45,11 +45,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; diff --git a/xmlsecurity/source/dialogs/warnings.cxx b/xmlsecurity/source/dialogs/warnings.cxx index ac441dc56d25..e0a3f8634432 100644 --- a/xmlsecurity/source/dialogs/warnings.cxx +++ b/xmlsecurity/source/dialogs/warnings.cxx @@ -32,11 +32,6 @@ using namespace ::com::sun::star::security; #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; |