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 /sfx2/source | |
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 'sfx2/source')
-rw-r--r-- | sfx2/source/doc/objserv.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx index 6a5c31c43aff..8378fc925ffa 100644 --- a/sfx2/source/doc/objserv.cxx +++ b/sfx2/source/doc/objserv.cxx @@ -55,6 +55,7 @@ #include <comphelper/string.hxx> #include <basic/sbx.hxx> +#include <basic/sberrors.hxx> #include <unotools/pathoptions.hxx> #include <unotools/useroptions.hxx> #include <unotools/saveopt.hxx> |