diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-06-23 23:20:52 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-06-23 23:20:52 +0200 |
commit | a824b27a6a8fc11f8378157aae04c08ebace8348 (patch) | |
tree | 1b2a2e96560cca0f88c585362eb974be473dc10b /svx/source/fmcomp | |
parent | ef9e0d876fac67b6c7b884fe58d52e2ddf2b3004 (diff) |
Missing #include
Change-Id: Ib78efbb40f95884e8446bf247265004fe66a966b
Diffstat (limited to 'svx/source/fmcomp')
-rw-r--r-- | svx/source/fmcomp/gridctrl.cxx | 1 |
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> |