Kaydet (Commit) c7755e61 authored tarafından Kohei Yoshida's avatar Kohei Yoshida Kaydeden (comit) Kohei Yoshida

Remove __ORCUS_STATIC_LIB defines.

Since orcus is now integrated as dynamic shared libraries, we don't
need these defines (in theory).

Change-Id: I33ea2e862ecc23becf5d01173d3fb31c03797159
Reviewed-on: https://gerrit.libreoffice.org/46166Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarKohei Yoshida <libreoffice@kohei.us>
üst e9bac789
......@@ -23,9 +23,6 @@
#include <cppunit/Asserter.h>
#include <cppunit/AdditionalMessage.h>
#if defined(_WIN32)
#define __ORCUS_STATIC_LIB
#endif
#include <orcus/csv_parser.hpp>
#include <fstream>
......
......@@ -12,7 +12,6 @@
#include <orcusfilters.hxx>
#define __ORCUS_STATIC_LIB
#include <orcus/xml_namespace.hpp>
class ScOrcusFiltersImpl : public ScOrcusFilters
......
......@@ -24,7 +24,6 @@
#include <rtl/strbuf.hxx>
#include <editeng/borderline.hxx>
#define __ORCUS_STATIC_LIB
#include <orcus/spreadsheet/import_interface.hpp>
#include <memory>
......@@ -182,7 +181,6 @@ public:
virtual void set_row_hidden(orcus::spreadsheet::row_t row, bool hidden) override;
virtual void set_merge_cell_range(const orcus::spreadsheet::range_t& range) override;
};
......
......@@ -11,11 +11,6 @@
#include <datatransformation.hxx>
#include <stringutil.hxx>
#if defined(_WIN32)
#if !defined __ORCUS_STATIC_LIB // avoid -Werror,-Wunused-macros
#define __ORCUS_STATIC_LIB
#endif
#endif
#include <orcus/csv_parser.hpp>
namespace {
......
......@@ -29,10 +29,6 @@
#include <officecfg/Office/Calc.hxx>
#if defined(_WIN32)
#define __ORCUS_STATIC_LIB
#endif
#include <orcus/csv_parser.hpp>
#include <queue>
......
......@@ -33,10 +33,6 @@
#include <officecfg/Office/Calc.hxx>
#if defined(_WIN32)
#define __ORCUS_STATIC_LIB
#endif
#include <orcus/csv_parser.hpp>
class SvStream;
......
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