diff options
Diffstat (limited to 'sot/source/sdstor')
-rw-r--r-- | sot/source/sdstor/stgole.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/stgole.cxx b/sot/source/sdstor/stgole.cxx index 9616347cb476..e4f90ca2636f 100644 --- a/sot/source/sdstor/stgole.cxx +++ b/sot/source/sdstor/stgole.cxx @@ -23,7 +23,7 @@ #include "stgole.hxx" #include "sot/storinfo.hxx" // Read/WriteClipboardFormat() -#if defined(_MSC_VER) && (_MSC_VER>=1400) +#ifdef _MSC_VER #pragma warning(disable: 4342) #endif ///////////////////////// class StgInternalStream //////////////////////// |