diff options
author | Tor Lillqvist <tml@collabora.com> | 2020-06-11 14:02:57 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2020-06-11 16:23:52 +0200 |
commit | c392ecfa734731194c366e869a3c2475c53dc867 (patch) | |
tree | 852813ca2e485335b53ff3f1ca3bf3202de8496d /config_host | |
parent | f62f200f31ac20c4e28a1e6fbead512d55bdf04f (diff) |
Drop configurability of libnumbertext use
It was fairly pointless to be able to --disable-libnumbertext.
Besides, disabling it broke the ordinal page (etc) numbering feature:
"1st", "2nd", "3rd", etc showed up as "Ordinal-number 1",
"Ordinal-number 2", "Ordinal-number 3" etc.
Change-Id: I645169054a8fdc8dac89cd48b6c369fd61749467
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96119
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_libnumbertext.h.in | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/config_host/config_libnumbertext.h.in b/config_host/config_libnumbertext.h.in deleted file mode 100644 index de757806a104..000000000000 --- a/config_host/config_libnumbertext.h.in +++ /dev/null @@ -1,17 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - */ - -#ifndef INCLUDED_CONFIG_LIBNUMBERTEXT_H -#define INCLUDED_CONFIG_LIBNUMBERTEXT_H - -#define ENABLE_LIBNUMBERTEXT 0 - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |