[Libreoffice-commits] core.git: Branch 'feature/pivotcharts' - chart2/source

Tomaž Vajngerl tomaz.vajngerl at collabora.co.uk
Thu Mar 30 07:26:55 UTC 2017


 chart2/source/inc/PopupRequest.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a9975a5093ed28aa2a5ce4e1e315dcd9f68f72af
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
Date:   Sat Mar 18 21:18:29 2017 +0100

    change removed include XPopupRequest for XRequestCallback
    
    Change-Id: I472ee5593977f15b144cac2f0683c8de5690af76

diff --git a/chart2/source/inc/PopupRequest.hxx b/chart2/source/inc/PopupRequest.hxx
index 4c0097f64a4e..fb98d3d9b19d 100644
--- a/chart2/source/inc/PopupRequest.hxx
+++ b/chart2/source/inc/PopupRequest.hxx
@@ -12,8 +12,8 @@
 
 #include "MutexContainer.hxx"
 #include <cppuhelper/compbase.hxx>
-#include <com/sun/star/chart2/data/XPopupRequest.hpp>
 #include <com/sun/star/beans/XPropertySet.hpp>
+#include <com/sun/star/awt/XRequestCallback.hpp>
 
 namespace chart
 {


More information about the Libreoffice-commits mailing list