sc/source/filter/inc/orcusfiltersimpl.hxx | 1 + sc/source/filter/orcus/orcusfiltersimpl.cxx | 1 - sc/source/filter/orcus/xmlcontext.cxx | 1 - 3 files changed, 1 insertion(+), 2 deletions(-)
New commits: commit 679480f3d766afe80e55410ab76b46d48dc7bef1 Author: Kohei Yoshida <kohei.yosh...@gmail.com> Date: Wed Nov 28 19:09:41 2012 -0500 Fix static link failure with liborcus on Windows. Change-Id: Id32a511970ebbebf4fbfff5fdd52bbe88cac96fc diff --git a/sc/source/filter/inc/orcusfiltersimpl.hxx b/sc/source/filter/inc/orcusfiltersimpl.hxx index 673da91..2238b70 100644 --- a/sc/source/filter/inc/orcusfiltersimpl.hxx +++ b/sc/source/filter/inc/orcusfiltersimpl.hxx @@ -12,6 +12,7 @@ #include "orcusfilters.hxx" +#define __ORCUS_STATIC_LIB #include <orcus/xml_namespace.hpp> class ScOrcusFiltersImpl : public ScOrcusFilters diff --git a/sc/source/filter/orcus/orcusfiltersimpl.cxx b/sc/source/filter/orcus/orcusfiltersimpl.cxx index 0f1c329..4e6c98b 100644 --- a/sc/source/filter/orcus/orcusfiltersimpl.cxx +++ b/sc/source/filter/orcus/orcusfiltersimpl.cxx @@ -14,7 +14,6 @@ #include "tools/urlobj.hxx" -#define __ORCUS_STATIC_LIB #include <orcus/spreadsheet/import_interface.hpp> #include <orcus/orcus_csv.hpp> #include <orcus/global.hpp> diff --git a/sc/source/filter/orcus/xmlcontext.cxx b/sc/source/filter/orcus/xmlcontext.cxx index 337d107..ecbf35b 100644 --- a/sc/source/filter/orcus/xmlcontext.cxx +++ b/sc/source/filter/orcus/xmlcontext.cxx @@ -15,7 +15,6 @@ #include "svtools/treelistbox.hxx" #include "svtools/treelistentry.hxx" -#define __ORCUS_STATIC_LIB #include <orcus/spreadsheet/import_interface.hpp> #include <orcus/xml_structure_tree.hpp> #include <orcus/xml_namespace.hpp> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits