diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-09-18 08:33:25 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-09-18 09:56:55 +0200 |
commit | bb75ea63c050812ea7a9864d0ba9b95bb29aac2f (patch) | |
tree | 63aaeae81f221028aeb3c8375c41504cc6704d4e /ucb | |
parent | 3c25e7a31bd8b5b40f86208cd141c6108cb736c5 (diff) |
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@redhat.com>
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav/webdavprovider.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |