summaryrefslogtreecommitdiff
path: root/basic/source
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2018-05-09 23:25:46 +0000
committerRene Engelhard <rene@debian.org>2018-05-23 11:44:57 +0200
commit51e92859c9433feeca0ccca9238e9ed0848d8470 (patch)
tree00f63a009c2c41097bdbf5112103132bbe699353 /basic/source
parent5c2c5ff01c23e4f7a8947746afc13a46cbef5bec (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/source')
-rw-r--r--basic/source/uno/namecont.cxx2
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>