diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2018-01-31 21:17:23 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2018-02-02 13:11:08 +0100 |
commit | 4b510970213fa35bb7f7166ca489dcc97d7eb36a (patch) | |
tree | ec7ab7cd3603c1303c8d66a32877ba81fa6417ea /sot/source/sdstor/stgole.cxx | |
parent | 4e102d6a4b483098e80ca86e19ee8576ae5356f1 (diff) |
sot: MSVC: pragma warning: make more specific, remove obsolete
Change-Id: I0a0dc82561968cd1ff179c9930525e188060d9b7
Reviewed-on: https://gerrit.libreoffice.org/49050
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sot/source/sdstor/stgole.cxx')
-rw-r--r-- | sot/source/sdstor/stgole.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sot/source/sdstor/stgole.cxx b/sot/source/sdstor/stgole.cxx index f4ca083393eb..0b1aa0d6a80d 100644 --- a/sot/source/sdstor/stgole.cxx +++ b/sot/source/sdstor/stgole.cxx @@ -25,9 +25,6 @@ #include <sot/storinfo.hxx> #include <sot/exchange.hxx> -#ifdef _MSC_VER -#pragma warning(disable: 4342) -#endif ///////////////////////// class StgInternalStream StgInternalStream::StgInternalStream( BaseStorage& rStg, const OUString& rName, bool bWr ) |