diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-09-25 12:35:41 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-09-25 12:35:41 +0000 |
commit | 9efcc3094b13b1ea06a412e4f860dbeed60f7932 (patch) | |
tree | 44d6bf4071ee71ee907fa092ba0028149c4c27a2 /sot/source | |
parent | fafef036f5d5749b27e93a56d66cc9d136fdaae5 (diff) |
INTEGRATION: CWS obo05 (1.8.4); FILE MERGED
2006/09/08 09:23:54 obo 1.8.4.2: pragma only for .net 2005
2006/07/03 15:43:10 obo 1.8.4.1: #i53611# disable warning C4342
Diffstat (limited to 'sot/source')
-rw-r--r-- | sot/source/sdstor/stgole.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sot/source/sdstor/stgole.cxx b/sot/source/sdstor/stgole.cxx index 5a4ed85d1cab..54fc9f879ed6 100644 --- a/sot/source/sdstor/stgole.cxx +++ b/sot/source/sdstor/stgole.cxx @@ -4,9 +4,9 @@ * * $RCSfile: stgole.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2006-09-17 16:10:14 $ + * last change: $Author: vg $ $Date: 2006-09-25 13:35:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,7 +42,9 @@ #include "storinfo.hxx" // Read/WriteClipboardFormat() #include <tools/debug.hxx> - +#if defined(_MSC_VER) && (_MSC_VER>=1400) +#pragma warning(disable: 4342) +#endif ///////////////////////// class StgInternalStream //////////////////////// StgInternalStream::StgInternalStream |