diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-05-17 18:05:10 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-05-18 07:53:57 +0200 |
commit | 7f31cac22125db5ec8cbd7520022fb7a38bafb1a (patch) | |
tree | f92357daec507d51927ee0f9d9f36a04995cb92f /svl/qa/unit/svl.cxx | |
parent | 8eb15f031003f6431d41853ff70e307b617d1a5a (diff) |
Reuse existing config_host/config_libnumbertext.h.in
Change-Id: I28d0260531132216c5f0bd187d400ed47cc43326
Reviewed-on: https://gerrit.libreoffice.org/54498
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'svl/qa/unit/svl.cxx')
-rw-r--r-- | svl/qa/unit/svl.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx index b744e5a3bfbb..c944200ae23e 100644 --- a/svl/qa/unit/svl.cxx +++ b/svl/qa/unit/svl.cxx @@ -12,6 +12,7 @@ #endif #include <sal/types.h> +#include <config_libnumbertext.h> #include <cppunit/TestAssert.h> #include <cppunit/TestFixture.h> #include <cppunit/extensions/HelperMacros.h> |