diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-23 13:57:18 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-30 09:23:39 +0200 |
commit | 0cc8eb17f91be010fca9016d426e3622088b56d8 (patch) | |
tree | 091369b2c3178eea092e848bc8482395129fcc81 /include/svx/svdmodel.hxx | |
parent | a074ebf230b1feef3ca1bf1ef074b140d4bbe962 (diff) |
svx, sw: can avoid vcl/ITiledRenderable.hxx include here
Change-Id: I27f1770d0e1d3409d51887565f67d4d456ca9692
Diffstat (limited to 'include/svx/svdmodel.hxx')
-rw-r--r-- | include/svx/svdmodel.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx index 388e82e679a3..4d238a246d0e 100644 --- a/include/svx/svdmodel.hxx +++ b/include/svx/svdmodel.hxx @@ -37,7 +37,8 @@ #include <svx/xtable.hxx> #include <svx/pageitem.hxx> #include <vcl/field.hxx> -#include <vcl/ITiledRenderable.hxx> +#define LOK_USE_UNSTABLE_API +#include <LibreOfficeKit/LibreOfficeKitTypes.h> class OutputDevice; #include <svx/svdtypes.hxx> |