summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/webdav/SerfPropFindReqProcImpl.hxx')
-rw-r--r--ucb/source/ucp/webdav/SerfPropFindReqProcImpl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.hxx b/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.hxx
index 92ea5a7fed91..35503ba0f812 100644
--- a/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.hxx
+++ b/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.hxx
@@ -38,7 +38,7 @@ public:
SerfPropFindReqProcImpl( const char* inPath,
const DAVRequestHeaders& inRequestHeaders,
const Depth inDepth,
- const std::vector< ::rtl::OUString > & inPropNames,
+ const std::vector< OUString > & inPropNames,
std::vector< DAVResource > & ioResources );
SerfPropFindReqProcImpl( const char* inPath,
@@ -62,7 +62,7 @@ private:
void init( const Depth inDepth );
const char* mDepthStr;
- const std::vector< ::rtl::OUString > * mpPropNames;
+ const std::vector< OUString > * mpPropNames;
std::vector< DAVResource > * mpResources;
std::vector< DAVResourceInfo > * mpResInfo;