diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-04-14 15:29:06 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-04-25 10:55:17 +0200 |
commit | 3b85b72d643e26fd9fda5eeb05f774b3c37917fd (patch) | |
tree | 3776cff123fb2ab776105c96335c0a0fcad8570e /connectivity/inc/pch | |
parent | 6b448d3634f26224e480c0f30c617eacd7b4e3ab (diff) |
errinf.hxx moved out of tools and into vcl module
ErrorInfo has a hard depency on VCL, yet is in the tools package. It is more
appropriate to have it reside in the VCL module.
Change-Id: Ica54a46c3a7f86cf0331ed7245234bea69c05650
Reviewed-on: https://gerrit.libreoffice.org/36839
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'connectivity/inc/pch')
-rw-r--r-- | connectivity/inc/pch/precompiled_dbase.hxx | 2 | ||||
-rw-r--r-- | connectivity/inc/pch/precompiled_file.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/inc/pch/precompiled_dbase.hxx b/connectivity/inc/pch/precompiled_dbase.hxx index b1913e0770d6..abc2e6592240 100644 --- a/connectivity/inc/pch/precompiled_dbase.hxx +++ b/connectivity/inc/pch/precompiled_dbase.hxx @@ -184,7 +184,7 @@ #include <tools/config.hxx> #include <tools/date.hxx> #include <tools/datetime.hxx> -#include <tools/errinf.hxx> +#include <vcl/errinf.hxx> #include <tools/lineend.hxx> #include <tools/link.hxx> #include <tools/ref.hxx> diff --git a/connectivity/inc/pch/precompiled_file.hxx b/connectivity/inc/pch/precompiled_file.hxx index 27c9e522fd38..bcbee91e5301 100644 --- a/connectivity/inc/pch/precompiled_file.hxx +++ b/connectivity/inc/pch/precompiled_file.hxx @@ -166,7 +166,7 @@ #include <o3tl/typed_flags_set.hxx> #include <tools/date.hxx> #include <tools/debug.hxx> -#include <tools/errinf.hxx> +#include <vcl/errinf.hxx> #include <tools/lineend.hxx> #include <tools/ref.hxx> #include <tools/solar.h> |