summaryrefslogtreecommitdiffstats
path: root/lingucomponent
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2018-05-04 10:55:42 +0200
committerRene Engelhard <rene@debian.org>2018-05-04 10:56:16 +0200
commit672501c91feab21824e77f3087dc3e69a14f5f0b (patch)
tree5b31f6abd2007c6c0f4d688e92aa9b731dc9f4e2 /lingucomponent
parentworkdir/UnpackedTarball/libnumbertext/src/config.h is generated (diff)
downloadcore-672501c91feab21824e77f3087dc3e69a14f5f0b.tar.gz
core-672501c91feab21824e77f3087dc3e69a14f5f0b.zip
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.cxx4
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;