[Libreoffice-commits] core.git: Branch 'feature/screenshotannotation' - cui/source

Armin Le Grand Armin.Le.Grand at cib.de
Fri Aug 26 17:10:41 UTC 2016


 cui/source/dialogs/screenshotannotationdlg.cxx |    8 ++++++++
 1 file changed, 8 insertions(+)

New commits:
commit fc4da7c04c7a873afa1d583ff3bcd2d0e4dc6f70
Author: Armin Le Grand <Armin.Le.Grand at cib.de>
Date:   Fri Aug 26 19:08:19 2016 +0200

    screenshot: corrections for linux build
    
    Change-Id: I973f746f15dca4bd35495c8309bfad6af20e8707

diff --git a/cui/source/dialogs/screenshotannotationdlg.cxx b/cui/source/dialogs/screenshotannotationdlg.cxx
index bb955bf..05eeca9 100644
--- a/cui/source/dialogs/screenshotannotationdlg.cxx
+++ b/cui/source/dialogs/screenshotannotationdlg.cxx
@@ -29,6 +29,14 @@
 #include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp>
 #include <vcl/pngwrite.hxx>
 #include <basegfx/polygon/b2dpolygontools.hxx>
+#include <tools/urlobj.hxx>
+#include <vcl/fixed.hxx>
+#include <vcl/svapp.hxx>
+#include <vcl/salgtype.hxx>
+#include <vcl/virdev.hxx>
+#include <vcl/vclmedit.hxx>
+#include <vcl/button.hxx>
+#include <svtools/optionsdrawinglayer.hxx>
 
 using namespace com::sun::star;
 


More information about the Libreoffice-commits mailing list