summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-neon/webdavcontent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/webdav-neon/webdavcontent.hxx')
-rw-r--r--ucb/source/ucp/webdav-neon/webdavcontent.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/ucb/source/ucp/webdav-neon/webdavcontent.hxx b/ucb/source/ucp/webdav-neon/webdavcontent.hxx
index 1a2c4503036d..4a976a26b94c 100644
--- a/ucb/source/ucp/webdav-neon/webdavcontent.hxx
+++ b/ucb/source/ucp/webdav-neon/webdavcontent.hxx
@@ -39,25 +39,25 @@
#include "DAVResourceAccess.hxx"
#include "PropertyMap.hxx"
-namespace com { namespace sun { namespace star { namespace beans {
+namespace com::sun::star::beans {
struct Property;
struct PropertyValue;
-} } } }
+}
-namespace com { namespace sun { namespace star { namespace io {
+namespace com::sun::star::io {
class XInputStream;
-} } } }
+}
-namespace com { namespace sun { namespace star { namespace sdbc {
+namespace com::sun::star::sdbc {
class XRow;
-} } } }
+}
-namespace com { namespace sun { namespace star { namespace ucb {
+namespace com::sun::star::ucb {
struct OpenCommandArgument3;
struct PostCommandArgument2;
struct PropertyCommandArgument;
struct TransferInfo;
-} } } }
+}
namespace webdav_ucp
{