[Libreoffice-commits] core.git: include/formula

Michael Stahl mstahl at redhat.com
Thu Nov 26 06:25:38 PST 2015


 include/formula/funcutl.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 6b203d5050b5ca2aa556246e104eae0e7209e67f
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Nov 26 15:23:16 2015 +0100

    formula: fix build, undef Idle
    
    Change-Id: If256bba5d8207a955c06713db7141831b53324c7

diff --git a/include/formula/funcutl.hxx b/include/formula/funcutl.hxx
index f0ea363..e6d03be 100644
--- a/include/formula/funcutl.hxx
+++ b/include/formula/funcutl.hxx
@@ -23,6 +23,7 @@
 #include <vcl/fixed.hxx>
 #include <vcl/button.hxx>
 #include <vcl/edit.hxx>
+#include <vcl/idle.hxx>
 #include <formula/formuladllapi.h>
 
 namespace formula {


More information about the Libreoffice-commits mailing list