diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-13 09:14:16 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-16 09:38:10 +0100 |
commit | 39bf82439fe9c753a09d9d77dbcc8e387bbe2125 (patch) | |
tree | 0da700448594253d907c598ab46478d954293818 /editeng | |
parent | 5df6cd16a2604163ee8e19edadba48de65ba205e (diff) |
LOK: extract the callback typedef to a separate LibreOfficeKitTypes.h header
With this, most LO code can avoid rebuilding when touching
LibreOfficeKit.h, something that caused a mass-rebuild earlier.
Change-Id: I4880fc7ad82cc535377b2b602897e3172ffa480b
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/editeng/impedit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/editeng/impedit.hxx b/editeng/source/editeng/impedit.hxx index 613d25eda629..093aa105a677 100644 --- a/editeng/source/editeng/impedit.hxx +++ b/editeng/source/editeng/impedit.hxx @@ -53,7 +53,7 @@ #include <i18nlangtag/lang.h> #include <rtl/ref.hxx> #define LOK_USE_UNSTABLE_API -#include <LibreOfficeKit/LibreOfficeKit.h> +#include <LibreOfficeKit/LibreOfficeKitTypes.h> #include <boost/noncopyable.hpp> |