summaryrefslogtreecommitdiff
path: root/cui
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 /cui
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 'cui')
-rw-r--r--cui/source/customize/cfg.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx
index a63586568cb5..35da4cccdfa0 100644
--- a/cui/source/customize/cfg.cxx
+++ b/cui/source/customize/cfg.cxx
@@ -116,10 +116,6 @@ static const char CUSTOM_MENU_STR[] = "vnd.openoffice.org:CustomMenu";
static const char aSeparatorStr[] = "----------------------------------";
static const char aMenuSeparatorStr[] = " | ";
-#ifdef _MSC_VER
-#pragma warning (disable:4355)
-#endif
-
namespace uno = com::sun::star::uno;
namespace frame = com::sun::star::frame;
namespace lang = com::sun::star::lang;