diff options
Diffstat (limited to 'extensions/source')
-rw-r--r-- | extensions/source/ole/servprov.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/source/ole/servprov.cxx b/extensions/source/ole/servprov.cxx index 843e6c128af0..2fccd9a59b9f 100644 --- a/extensions/source/ole/servprov.cxx +++ b/extensions/source/ole/servprov.cxx @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +// See https://blogs.msdn.microsoft.com/vcblog/2017/12/08/c17-feature-removals-and-deprecations/ +#define _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING 1 + #include <vector> #include "ole2uno.hxx" |