diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2019-01-03 22:18:30 +0100 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2019-01-03 22:18:30 +0100 |
commit | 7f51df20036ed75e4324b2d2ac60b65f99d6fc9d (patch) | |
tree | 38c13a5ac89590bd1618cba949ed4c54664692a5 /sfx2 | |
parent | 021c3a0ee1c95a1b0b8e7c72f9d8e81718862a62 (diff) |
Fix build: missing include
Change-Id: I3f2dfedfd7869e1206dd48f1f99bfc2ddf11213b
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/objserv.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx index 6f395fb46209..9682c1b3b8cc 100644 --- a/sfx2/source/doc/objserv.cxx +++ b/sfx2/source/doc/objserv.cxx @@ -108,6 +108,7 @@ #include <com/sun/star/drawing/XDrawPagesSupplier.hpp> #include <com/sun/star/drawing/XDrawPageSupplier.hpp> #include <com/sun/star/frame/XDesktop2.hpp> +#include <com/sun/star/frame/Desktop.hpp> #include <guisaveas.hxx> #include <saveastemplatedlg.hxx> |