summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2001-02-15 10:10:47 +0000
committerKai Sommerfeld <kso@openoffice.org>2001-02-15 10:10:47 +0000
commit3e17a5b8034e1937f2e71ab5e1fbf9aac3fc2aed (patch)
tree00a54867be3c017190d0a587eea69ff9f77de894 /ucb
parent3aa9d59ccbf141324362cbd83667b0cf38f310c3 (diff)
#83892# - Added member aEscapedTitle to struct ContentProperties.
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/webdavcontent.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav/webdavcontent.hxx b/ucb/source/ucp/webdav/webdavcontent.hxx
index 3a2d4df800b4..1b2bceb2681d 100644
--- a/ucb/source/ucp/webdav/webdavcontent.hxx
+++ b/ucb/source/ucp/webdav/webdavcontent.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: webdavcontent.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: kso $ $Date: 2001-01-26 16:05:04 $
+ * last change: $Author: kso $ $Date: 2001-02-15 11:10:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -116,6 +116,7 @@ class DAVResource;
struct ContentProperties
{
::rtl::OUString aTitle; // Title
+ ::rtl::OUString aEscapedTitle; // escaped Title (taken from URI of DAVResource)
::rtl::OUString getcontenttype; // ContentType
sal_Bool bIsDocument; // IsDocument
sal_Bool bIsFolder; // IsFolder