Kaydet (Commit) 5fb93f26 authored tarafından Andras Timar's avatar Andras Timar

guard boost/property_tree/json_parser.hpp on WNT

Change-Id: Ie6de4342b0e6f76076717f1fbdb18adf453ce963
üst 5d815038
......@@ -25,7 +25,13 @@
#include <unotools/ucbstreamhelper.hxx>
#include <boost/property_tree/ptree.hpp>
#ifdef WNT
#include <prewin.h>
#endif
#include <boost/property_tree/json_parser.hpp>
#ifdef WNT
#include <postwin.h>
#endif
#include <boost/optional.hpp>
#include <config_features.h>
......
......@@ -11,7 +11,13 @@
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/frame/XComponentLoader.hpp>
#ifdef WNT
#include <prewin.h>
#endif
#include <boost/property_tree/json_parser.hpp>
#ifdef WNT
#include <postwin.h>
#endif
#include <comphelper/processfactory.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/lokhelper.hxx>
......
......@@ -15,7 +15,13 @@
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
#ifdef WNT
#include <prewin.h>
#endif
#include <boost/property_tree/json_parser.hpp>
#ifdef WNT
#include <postwin.h>
#endif
#define LOK_USE_UNSTABLE_API
#include <LibreOfficeKit/LibreOfficeKit.h>
......
......@@ -9,7 +9,13 @@
#include <boost/scoped_array.hpp>
#include <boost/scoped_ptr.hpp>
#ifdef WNT
#include <prewin.h>
#endif
#include <boost/property_tree/json_parser.hpp>
#ifdef WNT
#include <postwin.h>
#endif
#include <cppunit/TestFixture.h>
#include <cppunit/plugin/TestPlugIn.h>
#include <cppunit/extensions/HelperMacros.h>
......
......@@ -91,7 +91,13 @@
#include <boost/scoped_ptr.hpp>
#include <vector>
#include <memory>
#ifdef WNT
#include <prewin.h>
#endif
#include <boost/property_tree/json_parser.hpp>
#ifdef WNT
#include <postwin.h>
#endif
using namespace com::sun::star;
using ::editeng::SvxBorderLine;
......
......@@ -10,7 +10,13 @@
#include <test/bootstrapfixture.hxx>
#include <unotest/macros_test.hxx>
#include <test/xmltesttools.hxx>
#ifdef WNT
#include <prewin.h>
#endif
#include <boost/property_tree/json_parser.hpp>
#ifdef WNT
#include <postwin.h>
#endif
#define LOK_USE_UNSTABLE_API
#include <LibreOfficeKit/LibreOfficeKitEnums.h>
#include <com/sun/star/frame/Desktop.hpp>
......
......@@ -18,7 +18,13 @@
*/
#include "Outliner.hxx"
#ifdef WNT
#include <prewin.h>
#endif
#include <boost/property_tree/json_parser.hpp>
#ifdef WNT
#include <postwin.h>
#endif
#include <vcl/wrkwin.hxx>
#include <vcl/settings.hxx>
......
......@@ -8,7 +8,13 @@
*/
#include <string>
#ifdef WNT
#include <prewin.h>
#endif
#include <boost/property_tree/json_parser.hpp>
#ifdef WNT
#include <postwin.h>
#endif
#include <swmodeltestbase.hxx>
#include <LibreOfficeKit/LibreOfficeKitEnums.h>
......
......@@ -22,7 +22,13 @@
#include <string>
#include <boost/scoped_ptr.hpp>
#ifdef WNT
#include <prewin.h>
#endif
#include <boost/property_tree/json_parser.hpp>
#ifdef WNT
#include <postwin.h>
#endif
#include <hintids.hxx>
......
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