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 /uui | |
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 'uui')
-rw-r--r-- | uui/source/secmacrowarnings.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/uui/source/secmacrowarnings.cxx b/uui/source/secmacrowarnings.cxx index 57f383918a9f..1f3cd13b35b3 100644 --- a/uui/source/secmacrowarnings.cxx +++ b/uui/source/secmacrowarnings.cxx @@ -34,10 +34,6 @@ using namespace ::com::sun::star::security; #include "secmacrowarnings.hxx" #include "secmacrowarnings.hrc" -#ifdef _MSC_VER -#pragma warning (disable : 4355) // 4355: this used in initializer-list -#endif - using namespace ::com::sun::star; |