[Libreoffice-commits] core.git: sfx2/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Jan 3 21:20:48 UTC 2019


 sfx2/source/doc/objserv.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7f51df20036ed75e4324b2d2ac60b65f99d6fc9d
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Thu Jan 3 22:18:30 2019 +0100
Commit:     Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Thu Jan 3 22:18:30 2019 +0100

    Fix build: missing include
    
    Change-Id: I3f2dfedfd7869e1206dd48f1f99bfc2ddf11213b

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>


More information about the Libreoffice-commits mailing list