diff options
Diffstat (limited to 'oox/source/drawingml/textfield.cxx')
-rw-r--r-- | oox/source/drawingml/textfield.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/textfield.cxx b/oox/source/drawingml/textfield.cxx index ee2f9313b2d8..2640aa52ce12 100644 --- a/oox/source/drawingml/textfield.cxx +++ b/oox/source/drawingml/textfield.cxx @@ -36,7 +36,7 @@ #include <oox/core/xmlfilterbase.hxx> #include <drawingml/textparagraphproperties.hxx> #include <drawingml/textcharacterproperties.hxx> -#include <tools/diagnose_ex.h> +#include <comphelper/diagnose_ex.hxx> #include <editeng/flditem.hxx> using namespace ::com::sun::star; |