diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-04-24 01:06:41 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-04-27 10:38:35 +0200 |
commit | f9f045e7830d184497554e0e438cc478fa990eb6 (patch) | |
tree | 97c1044537c89390fe32548ee9bf3ee0b78c9a8c /uui | |
parent | 8d633023dea4e55755f651822fd7eed3dc14621b (diff) |
tools: move errcode.hxx to the vcl module
Change-Id: I17e5a033de5f0aeb0a726744f7b464cdab6e2ee3
Reviewed-on: https://gerrit.libreoffice.org/36854
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/iahndl-authentication.cxx | 2 | ||||
-rw-r--r-- | uui/source/iahndl.hxx | 2 | ||||
-rw-r--r-- | uui/source/ids.hrc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/uui/source/iahndl-authentication.cxx b/uui/source/iahndl-authentication.cxx index d4ee48a759c2..4cd4ad3fee0e 100644 --- a/uui/source/iahndl-authentication.cxx +++ b/uui/source/iahndl-authentication.cxx @@ -35,7 +35,7 @@ #include <osl/diagnose.h> #include <rtl/digest.h> #include <osl/mutex.hxx> -#include <tools/errcode.hxx> +#include <vcl/errcode.hxx> #include <vcl/errinf.hxx> #include <vcl/msgbox.hxx> #include <vcl/abstdlg.hxx> diff --git a/uui/source/iahndl.hxx b/uui/source/iahndl.hxx index d5251ca99aab..a9f70dcbc23b 100644 --- a/uui/source/iahndl.hxx +++ b/uui/source/iahndl.hxx @@ -30,7 +30,7 @@ #include <com/sun/star/beans/Optional.hpp> #include <com/sun/star/task/InteractionClassification.hpp> -#include <tools/errcode.hxx> +#include <vcl/errcode.hxx> #include <tools/resary.hxx> #include <tools/wintypes.hxx> diff --git a/uui/source/ids.hrc b/uui/source/ids.hrc index d345b2418cb5..bc24f7fea1a3 100644 --- a/uui/source/ids.hrc +++ b/uui/source/ids.hrc @@ -21,7 +21,7 @@ #define UUI_IDS_HRC #include <svl/solar.hrc> -#include <tools/errcode.hxx> +#include <vcl/errcode.hxx> #define RID_KEEP_PASSWORD (RID_UUI_START + 0) #define RID_SAVE_PASSWORD (RID_UUI_START + 1) |