diff options
Diffstat (limited to 'sd/source/helper')
-rw-r--r-- | sd/source/helper/simplereferencecomponent.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/helper/simplereferencecomponent.cxx b/sd/source/helper/simplereferencecomponent.cxx index 740c2629bbd4..612e7c62542d 100644 --- a/sd/source/helper/simplereferencecomponent.cxx +++ b/sd/source/helper/simplereferencecomponent.cxx @@ -21,7 +21,7 @@ #include <com/sun/star/uno/RuntimeException.hpp> #include <osl/diagnose.h> -#include <tools/diagnose_ex.h> +#include <comphelper/diagnose_ex.hxx> using com::sun::star::uno::RuntimeException; using sd::SimpleReferenceComponent; |