diff options
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/config/itemholder2.cxx | 2 | ||||
-rw-r--r-- | svl/source/undo/undo.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/config/itemholder2.cxx b/svl/source/config/itemholder2.cxx index 96a416c3b1bf..4dc321cdce10 100644 --- a/svl/source/config/itemholder2.cxx +++ b/svl/source/config/itemholder2.cxx @@ -26,7 +26,7 @@ #include <com/sun/star/configuration/theDefaultProvider.hpp> #include <rtl/ref.hxx> #include <svl/ctloptions.hxx> -#include <tools/diagnose_ex.h> +#include <comphelper/diagnose_ex.hxx> #include <unotools/options.hxx> ItemHolder2::ItemHolder2() diff --git a/svl/source/undo/undo.cxx b/svl/source/undo/undo.cxx index 1b2c2e8b71b6..1ddb3b35f274 100644 --- a/svl/source/undo/undo.cxx +++ b/svl/source/undo/undo.cxx @@ -22,7 +22,7 @@ #include <osl/mutex.hxx> #include <sal/log.hxx> #include <comphelper/flagguard.hxx> -#include <tools/diagnose_ex.h> +#include <comphelper/diagnose_ex.hxx> #include <tools/long.hxx> #include <libxml/xmlwriter.h> #include <boost/property_tree/json_parser.hpp> |