summaryrefslogtreecommitdiff
path: root/include/editeng/editview.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-03-13 09:14:16 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-03-16 09:38:10 +0100
commit39bf82439fe9c753a09d9d77dbcc8e387bbe2125 (patch)
tree0da700448594253d907c598ab46478d954293818 /include/editeng/editview.hxx
parent5df6cd16a2604163ee8e19edadba48de65ba205e (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 'include/editeng/editview.hxx')
-rw-r--r--include/editeng/editview.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/editview.hxx b/include/editeng/editview.hxx
index 97bd6a2f0fc5..3e7012619e7c 100644
--- a/include/editeng/editview.hxx
+++ b/include/editeng/editview.hxx
@@ -28,7 +28,7 @@
#include <tools/gen.hxx>
#include <vcl/cursor.hxx>
#define LOK_USE_UNSTABLE_API
-#include <LibreOfficeKit/LibreOfficeKit.h>
+#include <LibreOfficeKit/LibreOfficeKitTypes.h>
class EditEngine;
class ImpEditEngine;