diff options
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/pch/precompiled_sc.hxx | 2 | ||||
-rw-r--r-- | sc/inc/scerrors.hxx | 2 | ||||
-rw-r--r-- | sc/inc/xmlwrap.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx index 8b3fb3ce1780..d0878a1d2be3 100644 --- a/sc/inc/pch/precompiled_sc.hxx +++ b/sc/inc/pch/precompiled_sc.hxx @@ -552,7 +552,7 @@ #include <tools/date.hxx> #include <tools/datetime.hxx> #include <tools/debug.hxx> -#include <tools/errcode.hxx> +#include <vcl/errcode.hxx> #include <vcl/errinf.hxx> #include <tools/fldunit.hxx> #include <tools/fontenum.hxx> diff --git a/sc/inc/scerrors.hxx b/sc/inc/scerrors.hxx index 69a00d613e48..a1f7493605bd 100644 --- a/sc/inc/scerrors.hxx +++ b/sc/inc/scerrors.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_INC_SCERRORS_HXX #define INCLUDED_SC_INC_SCERRORS_HXX -#include <tools/errcode.hxx> +#include <vcl/errcode.hxx> #define SCERR_NONE 0 diff --git a/sc/inc/xmlwrap.hxx b/sc/inc/xmlwrap.hxx index 8193f757dc23..080264c753db 100644 --- a/sc/inc/xmlwrap.hxx +++ b/sc/inc/xmlwrap.hxx @@ -26,7 +26,7 @@ #include "importfilterdata.hxx" #include <sal/types.h> -#include <tools/errcode.hxx> +#include <vcl/errcode.hxx> namespace com { namespace sun { namespace star { namespace beans { struct PropertyValue; } |