diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-09-06 13:23:59 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-09-06 13:23:59 +0000 |
commit | 9f57480f5f79b5834b6b1365a9d8717c6bae06cb (patch) | |
tree | e38a3d9ec04378c4c14b549d2c01de9eaae6a2aa /shell | |
parent | 3b7af6d48dc40031045479ea8bde7fec7a7e8236 (diff) |
INTEGRATION: CWS mingwport06 (1.5.78); FILE MERGED
2007/08/24 13:14:41 vg 1.5.78.1: #i75499# pragma is for MSVC
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/shlxthandler/propsheets/document_statistic.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/shell/source/win32/shlxthandler/propsheets/document_statistic.cxx b/shell/source/win32/shlxthandler/propsheets/document_statistic.cxx index ff94e0d9955c..8323a7d3ce8b 100644 --- a/shell/source/win32/shlxthandler/propsheets/document_statistic.cxx +++ b/shell/source/win32/shlxthandler/propsheets/document_statistic.cxx @@ -4,9 +4,9 @@ * * $RCSfile: document_statistic.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-17 01:45:15 $ + * last change: $Author: kz $ $Date: 2007-09-06 14:23:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,7 +36,9 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_shell.hxx" +#ifdef _MSC_VER #pragma warning (disable : 4786 4503) +#endif #ifndef DOCUMENT_STATISTIC_HXX_INCLUDED #include "document_statistic.hxx" |