summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-03-23 13:57:18 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-03-30 09:23:39 +0200
commit0cc8eb17f91be010fca9016d426e3622088b56d8 (patch)
tree091369b2c3178eea092e848bc8482395129fcc81 /sw
parenta074ebf230b1feef3ca1bf1ef074b140d4bbe962 (diff)
svx, sw: can avoid vcl/ITiledRenderable.hxx include here
Change-Id: I27f1770d0e1d3409d51887565f67d4d456ca9692
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/viewsh.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx
index b1a03a43dabe..01b308311287 100644
--- a/sw/inc/viewsh.hxx
+++ b/sw/inc/viewsh.hxx
@@ -30,7 +30,8 @@
#include <stack>
#include <vcl/mapmod.hxx>
#include <vcl/print.hxx>
-#include <vcl/ITiledRenderable.hxx>
+#define LOK_USE_UNSTABLE_API
+#include <LibreOfficeKit/LibreOfficeKitTypes.h>
namespace com { namespace sun { namespace star { namespace accessibility {
class XAccessible; } } } }