diff options
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/inc/helper.hxx | 2 | ||||
-rw-r--r-- | sfx2/source/inc/macroloader.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/inc/helper.hxx b/sfx2/source/inc/helper.hxx index 35012f1a00fc..3d7215a213fc 100644 --- a/sfx2/source/inc/helper.hxx +++ b/sfx2/source/inc/helper.hxx @@ -21,7 +21,7 @@ #include <com/sun/star/ucb/NameClash.hpp> #include <rtl/ustring.hxx> -#include <tools/errcode.hxx> +#include <vcl/errcode.hxx> #include <vector> diff --git a/sfx2/source/inc/macroloader.hxx b/sfx2/source/inc/macroloader.hxx index 91800a551a33..94fa5165fdd9 100644 --- a/sfx2/source/inc/macroloader.hxx +++ b/sfx2/source/inc/macroloader.hxx @@ -37,7 +37,7 @@ #include <cppuhelper/implbase.hxx> #include <sfx2/sfxuno.hxx> -#include <tools/errcode.hxx> +#include <vcl/errcode.hxx> class SfxObjectShell; |