diff options
author | Jan Holesovsky <kendy@collabora.com> | 2015-03-16 21:21:34 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-23 09:19:00 +0100 |
commit | f0aaeb4cd6c56c79527f3d27faa4d020ef74a94f (patch) | |
tree | c68f2537f5673afe9dc2f77c7131f89f09ae32fd /sfx2 | |
parent | 2a67f6ad8a2cfcadab6c051689fb519a7bf76ed8 (diff) |
HAVE_FEATURE_SCRIPTING, but no config_features.h include.
Change-Id: I46119fbae611a762930db9cccdd11c35788c9f9c
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/appdata.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/appl/appdde.cxx | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sfx2/source/appl/appdata.cxx b/sfx2/source/appl/appdata.cxx index 0d9e820b16ac..4e988409f1c9 100644 --- a/sfx2/source/appl/appdata.cxx +++ b/sfx2/source/appl/appdata.cxx @@ -17,6 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <config_features.h> + #include <tools/config.hxx> #include <svl/stritem.hxx> diff --git a/sfx2/source/appl/appdde.cxx b/sfx2/source/appl/appdde.cxx index 91305a6f52f7..a5f9ce53af00 100644 --- a/sfx2/source/appl/appdde.cxx +++ b/sfx2/source/appl/appdde.cxx @@ -17,6 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <config_features.h> + #include <vcl/wrkwin.hxx> #include <svl/rectitem.hxx> #include <svl/eitem.hxx> |