diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2017-08-28 08:40:30 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-29 11:50:43 +0200 |
commit | c8ff3059a79cc7358c68189840b5abcd5680bbe3 (patch) | |
tree | e00d82409e5428b86a0a56d19717a90348ab6178 /basic/source/sbx/sbxdate.cxx | |
parent | 0b02b9c19bc0a87ed146d1f079900c71b8b8051c (diff) |
move all the basic errcodes to one file
Change-Id: Ic3353c80ac9fdbd17f17503b1c973c9a7cef0c7f
Reviewed-on: https://gerrit.libreoffice.org/41617
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basic/source/sbx/sbxdate.cxx')
-rw-r--r-- | basic/source/sbx/sbxdate.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/basic/source/sbx/sbxdate.cxx b/basic/source/sbx/sbxdate.cxx index a5ce46ac6bce..bf85af3f7c80 100644 --- a/basic/source/sbx/sbxdate.cxx +++ b/basic/source/sbx/sbxdate.cxx @@ -24,6 +24,7 @@ #include <tools/color.hxx> #include <i18nlangtag/lang.h> #include <basic/sbx.hxx> +#include <basic/sberrors.hxx> #include "sbxconv.hxx" #include "math.h" #include <comphelper/processfactory.hxx> |