summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-23 23:20:52 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-06-23 23:20:52 +0200
commita824b27a6a8fc11f8378157aae04c08ebace8348 (patch)
tree1b2a2e96560cca0f88c585362eb974be473dc10b /svx/source/fmcomp
parentef9e0d876fac67b6c7b884fe58d52e2ddf2b3004 (diff)
Missing #include
Change-Id: Ib78efbb40f95884e8446bf247265004fe66a966b
Diffstat (limited to 'svx/source/fmcomp')
-rw-r--r--svx/source/fmcomp/gridctrl.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx
index 4d6239b1f338..fb71936005d1 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>