summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav/DAVResource.hxx
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2002-09-16 13:37:14 +0000
committerKai Sommerfeld <kso@openoffice.org>2002-09-16 13:37:14 +0000
commit9823b0d7ca0b9f595e47cfd997bb98163733b1ab (patch)
tree326314b4a267cd361840a5f606f06d8f573e1d12 /ucb/source/ucp/webdav/DAVResource.hxx
parent10db94ce3892912305069e111ea7096c8afff61d (diff)
*** empty log message ***
Diffstat (limited to 'ucb/source/ucp/webdav/DAVResource.hxx')
-rw-r--r--ucb/source/ucp/webdav/DAVResource.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav/DAVResource.hxx b/ucb/source/ucp/webdav/DAVResource.hxx
index 8116b020fceb..74c21337a5ca 100644
--- a/ucb/source/ucp/webdav/DAVResource.hxx
+++ b/ucb/source/ucp/webdav/DAVResource.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DAVResource.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: kso $ $Date: 2001-05-16 15:29:59 $
+ * last change: $Author: kso $ $Date: 2002-09-16 14:37:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,6 +83,7 @@ struct DAVResource
::rtl::OUString uri;
std::vector < com::sun::star::beans::PropertyValue > properties;
+ DAVResource() {}
DAVResource( const ::rtl::OUString & inUri ) : uri( inUri ) {}
};