diff options
author | Rene Engelhard <rene@debian.org> | 2018-05-04 10:55:42 +0200 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2018-05-04 10:56:16 +0200 |
commit | 672501c91feab21824e77f3087dc3e69a14f5f0b (patch) | |
tree | 5b31f6abd2007c6c0f4d688e92aa9b731dc9f4e2 /lingucomponent | |
parent | e046c36776503f2dc934891412a8019c62530e03 (diff) |
set -DENABLE_LIBNJUMBERTEXT after pkg-config
so that we don't "loose" the pkg-config --cflags info. That also makes the
#ifdef in lingucomponent/source/numbertext/numbertext.cxx not needed anymore
Change-Id: Ia5771859a4a181f1a8a450d9ad4130b1e53abf8e
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/source/numbertext/numbertext.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lingucomponent/source/numbertext/numbertext.cxx b/lingucomponent/source/numbertext/numbertext.cxx index 237aaa46ba01..ec841a4bcab2 100644 --- a/lingucomponent/source/numbertext/numbertext.cxx +++ b/lingucomponent/source/numbertext/numbertext.cxx @@ -37,13 +37,9 @@ #include <sal/macros.h> -#ifdef SYSTEM_LIBNUMBERTEXT -#include <libnumbertext/Numbertext.hxx> -#else #ifdef ENABLE_LIBNUMBERTEXT #include <Numbertext.hxx> #endif -#endif using namespace ::osl; using namespace ::cppu; |