[Libreoffice-commits] core.git: svx/source
Stephan Bergmann
sbergman at redhat.com
Mon Jun 23 14:21:24 PDT 2014
svx/source/fmcomp/gridctrl.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit a824b27a6a8fc11f8378157aae04c08ebace8348
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Jun 23 23:20:52 2014 +0200
Missing #include
Change-Id: Ib78efbb40f95884e8446bf247265004fe66a966b
diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx
index 4d6239b..fb71936 100644
--- a/svx/source/fmcomp/gridctrl.cxx
+++ b/svx/source/fmcomp/gridctrl.cxx
@@ -40,6 +40,7 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/PropertyChangeEvent.hpp>
#include <comphelper/processfactory.hxx>
+#include <cppuhelper/exc_hlp.hxx>
#include <tools/resid.hxx>
#include <tools/diagnose_ex.h>
#include <vcl/menu.hxx>
More information about the Libreoffice-commits
mailing list