diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-04-12 23:36:53 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-04-13 01:54:42 -0400 |
commit | 9f7ac9aeeb60ed521ef07323e904ffc9eb13b715 (patch) | |
tree | ff863e516a8e6dfa35d3712c0e19043fc0e516bb /sc | |
parent | 1c82446d381baa2a643a073755533a8b4b125710 (diff) |
Get cppunit in sc to link with orcus-parser.
Change-Id: I1f53a4f4b9beee501e29149ed88e3ce5d63d9a3c
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/helper/qahelper.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/qa/unit/helper/qahelper.hxx b/sc/qa/unit/helper/qahelper.hxx index 9558691aba86..0599771ca286 100644 --- a/sc/qa/unit/helper/qahelper.hxx +++ b/sc/qa/unit/helper/qahelper.hxx @@ -30,6 +30,7 @@ #define SC_QA_HELPER_HXX #include <test/bootstrapfixture.hxx> +#define __ORCUS_STATIC_LIB #include "helper/csv_handler.hxx" #include "helper/debughelper.hxx" #include "orcus/csv_parser.hpp" |