[Libreoffice-commits] core.git: ucb/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Sep 18 07:57:18 UTC 2018
ucb/source/ucp/webdav/webdavprovider.hxx | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit bb75ea63c050812ea7a9864d0ba9b95bb29aac2f
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Sep 18 08:33:25 2018 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Sep 18 09:56:55 2018 +0200
Missing forward declaration
...found by <https://ci.libreoffice.org//job/lo_tb_random_config_linux/1485/>
Change-Id: Id58b86b561ebe10e23c14130bd5f3efe10f95be5
Reviewed-on: https://gerrit.libreoffice.org/60656
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/ucb/source/ucp/webdav/webdavprovider.hxx b/ucb/source/ucp/webdav/webdavprovider.hxx
index fa6e6e3c8ec2..b9a56f15c97c 100644
--- a/ucb/source/ucp/webdav/webdavprovider.hxx
+++ b/ucb/source/ucp/webdav/webdavprovider.hxx
@@ -31,6 +31,10 @@
#include <ucbhelper/providerhelper.hxx>
#include "PropertyMap.hxx"
+namespace com { namespace sun { namespace star { namespace lang {
+class XSingleServiceFactory;
+} } } }
+
namespace http_dav_ucp {
More information about the Libreoffice-commits
mailing list