diff options
author | Rene Engelhard <rene@debian.org> | 2018-05-09 23:25:46 +0000 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2018-05-23 11:44:57 +0200 |
commit | 51e92859c9433feeca0ccca9238e9ed0848d8470 (patch) | |
tree | 00f63a009c2c41097bdbf5112103132bbe699353 /basic | |
parent | 5c2c5ff01c23e4f7a8947746afc13a46cbef5bec (diff) |
rename config_extension_update.h.in to config_extensions.h.in
... and move HAVE_FEATURE_EXTENSIONS there, too
Change-Id: I37fe52071e1db32cf5cc1e51dbd89bb4f32a39c1
Reviewed-on: https://gerrit.libreoffice.org/54072
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Rene Engelhard <rene@debian.org>
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/uno/namecont.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/uno/namecont.cxx b/basic/source/uno/namecont.cxx index becadd064099..8ad36224f819 100644 --- a/basic/source/uno/namecont.cxx +++ b/basic/source/uno/namecont.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <config_features.h> +#include <config_extensions.h> #include <config_folders.h> #include <com/sun/star/container/XNameContainer.hpp> |