diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2017-12-08 21:08:29 -0500 |
---|---|---|
committer | Kohei Yoshida <libreoffice@kohei.us> | 2017-12-09 23:24:37 +0100 |
commit | c7755e615918c1a0cb3245f75334ba08f69ac226 (patch) | |
tree | 13ad0a60e05c92296b46c049729fe1d80b6a89d2 /sc/qa/unit/helper | |
parent | e9bac78922c70ad374ae4ca15d6f2258668697b7 (diff) |
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/46166
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
Diffstat (limited to 'sc/qa/unit/helper')
-rw-r--r-- | sc/qa/unit/helper/qahelper.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/qa/unit/helper/qahelper.cxx b/sc/qa/unit/helper/qahelper.cxx index b53c8377e1a0..117c4d21e9e8 100644 --- a/sc/qa/unit/helper/qahelper.cxx +++ b/sc/qa/unit/helper/qahelper.cxx @@ -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> |