summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dbui/mmconfigitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/dbui/mmconfigitem.cxx')
-rw-r--r--sw/source/uibase/dbui/mmconfigitem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/dbui/mmconfigitem.cxx b/sw/source/uibase/dbui/mmconfigitem.cxx
index 86c1a73f37d4..17623c0a6068 100644
--- a/sw/source/uibase/dbui/mmconfigitem.cxx
+++ b/sw/source/uibase/dbui/mmconfigitem.cxx
@@ -38,7 +38,7 @@
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <unotools/configitem.hxx>
-#include <tools/diagnose_ex.h>
+#include <comphelper/diagnose_ex.hxx>
#include <mailmergehelper.hxx>
#include <swunohelper.hxx>
#include <dbmgr.hxx>
re/profilesafemode&id=ba233e87efddf0a6751b35784dca1c805364ff3b'>remove unnecessary parenthesis in return statementsNoel Grandin 2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin 2014-12-09warning C4267: conversion from 'size_t' to 'int' (MSVC 64-bit)Stephan Bergmann 2014-12-09warning C4267: conversion from 'size_t' to 'int' (MSVC 64-bit)Stephan Bergmann 2014-10-28coverity#982185 silence Unchecked return value from libraryCaolán McNamara 2014-10-04coverity#706158 Copy into fixed size bufferNorbert Thiebaud 2014-09-04coverity#1019334 Explicit null dereferencedCaolán McNamara 2014-06-24mkdepend: cleanup indentation and function declarationsNoel Grandin 2014-06-24remove use of register keyword in C filesNoel Grandin 2014-06-17-Wstrict-prototypesStephan Bergmann 2014-05-30coverity#705236 Missing break in switchCaolán McNamara 2014-05-30coverity#705237 Missing break in switchCaolán McNamara 2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin 2014-05-24coverity#982647 Missing break in switchCaolán McNamara 2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold