diff options
Diffstat (limited to 'chart2/source/controller/chartapiwrapper/GridWrapper.cxx')
-rw-r--r-- | chart2/source/controller/chartapiwrapper/GridWrapper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/chartapiwrapper/GridWrapper.cxx b/chart2/source/controller/chartapiwrapper/GridWrapper.cxx index e47efb01d659..c519398bb811 100644 --- a/chart2/source/controller/chartapiwrapper/GridWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/GridWrapper.cxx @@ -31,7 +31,7 @@ #include <cppuhelper/supportsservice.hxx> #include <algorithm> #include <utility> -#include <tools/diagnose_ex.h> +#include <comphelper/diagnose_ex.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::chart2; |