[Libreoffice-commits] core.git: sfx2/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Mar 8 12:18:11 UTC 2019
sfx2/source/appl/app.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit b1ffcbac3b90ca665c9b3b6ad0f4744aca1e43bf
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Fri Mar 8 12:12:10 2019 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Fri Mar 8 13:17:38 2019 +0100
We need <basic/sberrors.hxx> for the !HAVE_FEATURE_SCRIPTING case
Change-Id: Ie9a6b5be0729e70525be660b88e7d47e65a72f66
Reviewed-on: https://gerrit.libreoffice.org/68909
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml at collabora.com>
diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx
index 7b4f77254bd1..9388d962655e 100644
--- a/sfx2/source/appl/app.cxx
+++ b/sfx2/source/appl/app.cxx
@@ -25,6 +25,7 @@
#include <basic/basrdll.hxx>
#include <basic/sbmeth.hxx>
#include <basic/sbmod.hxx>
+#include <basic/sberrors.hxx>
#include <tools/svlibrary.h>
#include <svtools/asynclink.hxx>
#include <svl/stritem.hxx>
More information about the Libreoffice-commits
mailing list