Kaydet (Commit) 41135b6d authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: silence warnings from msvc2008 (again)

üst 81fb27c2
......@@ -34,8 +34,18 @@
#include <com/sun/star/script/XInvocation.hpp>
#include <l10ntools/HelpSearch.hxx>
#if defined _MSC_VER
#pragma warning(push)
#pragma warning(disable : 4068 4263 4264 4266)
#endif
#include <CLucene.h>
#if defined _MSC_VER
#pragma warning(pop)
#endif
#include <rtl/oustringostreaminserter.hxx>
#include <algorithm>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment