summaryrefslogtreecommitdiffstats
path: root/config_host
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-06-11 14:02:57 +0300
committerTor Lillqvist <tml@collabora.com>2020-06-11 16:23:52 +0200
commitc392ecfa734731194c366e869a3c2475c53dc867 (patch)
tree852813ca2e485335b53ff3f1ca3bf3202de8496d /config_host
parenttdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor (diff)
downloadcore-c392ecfa734731194c366e869a3c2475c53dc867.tar.gz
core-c392ecfa734731194c366e869a3c2475c53dc867.zip
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.in17
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: */