From 0a7b676dd9221f2635c0c23e219fe7e168d3ed41 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 13 May 2020 15:34:30 +0200 Subject: Fix syntax errors in --with-webdav=serf code ...introduced with de61e14d0b6ee90cb4d170af340275d811b9fbbf "compact namespace in ucb..uui" Change-Id: I58e24303e1e12db0a53d46acc2daef1faa2e4cf6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94128 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- ucb/source/ucp/webdav/ContentProperties.hxx | 2 +- ucb/source/ucp/webdav/DAVSession.hxx | 2 +- ucb/source/ucp/webdav/DAVSessionFactory.hxx | 2 +- ucb/source/ucp/webdav/DateTimeHelper.hxx | 2 +- ucb/source/ucp/webdav/webdavcontent.hxx | 8 ++++---- ucb/source/ucp/webdav/webdavprovider.hxx | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ucb/source/ucp/webdav/ContentProperties.hxx b/ucb/source/ucp/webdav/ContentProperties.hxx index bb5a41eea85e..a48383f8e945 100644 --- a/ucb/source/ucp/webdav/ContentProperties.hxx +++ b/ucb/source/ucp/webdav/ContentProperties.hxx @@ -31,7 +31,7 @@ namespace com::sun::star::beans { struct Property; -} } } } +} namespace http_dav_ucp { diff --git a/ucb/source/ucp/webdav/DAVSession.hxx b/ucb/source/ucp/webdav/DAVSession.hxx index 3d77ec5d5ac2..aa47b1504b22 100644 --- a/ucb/source/ucp/webdav/DAVSession.hxx +++ b/ucb/source/ucp/webdav/DAVSession.hxx @@ -32,7 +32,7 @@ namespace com::sun::star::ucb { struct Lock; -} } } } +} namespace http_dav_ucp { diff --git a/ucb/source/ucp/webdav/DAVSessionFactory.hxx b/ucb/source/ucp/webdav/DAVSessionFactory.hxx index 62d9cd7e13ea..ec1fcfe3c0c4 100644 --- a/ucb/source/ucp/webdav/DAVSessionFactory.hxx +++ b/ucb/source/ucp/webdav/DAVSessionFactory.hxx @@ -36,7 +36,7 @@ using namespace com::sun::star; namespace com::sun::star::lang { class XMultiServiceFactory; -} } } } +} namespace http_dav_ucp { diff --git a/ucb/source/ucp/webdav/DateTimeHelper.hxx b/ucb/source/ucp/webdav/DateTimeHelper.hxx index d5c0d451b980..b639215335a8 100644 --- a/ucb/source/ucp/webdav/DateTimeHelper.hxx +++ b/ucb/source/ucp/webdav/DateTimeHelper.hxx @@ -26,7 +26,7 @@ namespace com::sun::star::util { struct DateTime; -} } } } +} namespace rtl { class OUString; diff --git a/ucb/source/ucp/webdav/webdavcontent.hxx b/ucb/source/ucp/webdav/webdavcontent.hxx index 814b338a741d..ad4e932291de 100644 --- a/ucb/source/ucp/webdav/webdavcontent.hxx +++ b/ucb/source/ucp/webdav/webdavcontent.hxx @@ -33,22 +33,22 @@ namespace com::sun::star::beans { struct Property; struct PropertyValue; -} } } } +} namespace com::sun::star::io { class XInputStream; -} } } } +} namespace com::sun::star::sdbc { class XRow; -} } } } +} namespace com::sun::star::ucb { struct OpenCommandArgument2; struct PropertyCommandArgument; struct PostCommandArgument2; struct TransferInfo; -} } } } +} namespace http_dav_ucp { diff --git a/ucb/source/ucp/webdav/webdavprovider.hxx b/ucb/source/ucp/webdav/webdavprovider.hxx index 322f530a1682..e399178a9df9 100644 --- a/ucb/source/ucp/webdav/webdavprovider.hxx +++ b/ucb/source/ucp/webdav/webdavprovider.hxx @@ -33,7 +33,7 @@ namespace com::sun::star::lang { class XSingleServiceFactory; -} } } } +} namespace http_dav_ucp { -- cgit