summaryrefslogtreecommitdiff
path: root/cui/source/options/optasian.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optasian.cxx')
-rw-r--r--cui/source/options/optasian.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optasian.cxx b/cui/source/options/optasian.cxx
index 84d23b42e906..9340cb587cc3 100644
--- a/cui/source/options/optasian.cxx
+++ b/cui/source/options/optasian.cxx
@@ -21,7 +21,7 @@
#include <map>
#include <optasian.hxx>
#include <tools/debug.hxx>
-#include <tools/diagnose_ex.h>
+#include <comphelper/diagnose_ex.hxx>
#include <o3tl/any.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <svl/asiancfg.hxx>
0:31 +0100'>2021-11-10new loplugin:stringliteraldefineNoel Grandin 2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann 2021-10-04drop 'using namespace std' in l*Julien Nabet 2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann 2021-09-23Extend loplugin:stringviewparam to starts/endsWith: l10ntoolsStephan Bergmann 2021-09-22Fix typosAndrea Gelmini 2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin