summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav/ContentProperties.hxx
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2001-10-25 12:47:41 +0000
committerKai Sommerfeld <kso@openoffice.org>2001-10-25 12:47:41 +0000
commitd479a2d67f1242a557b8d8288c7cf544afdd18f4 (patch)
tree32daea4a85270c5a41c7a1e5d2f701178a9d10c5 /ucb/source/ucp/webdav/ContentProperties.hxx
parent8dea1b9e0e01ce78a5c761559608b196616237d0 (diff)
#92937# - Improved redirection support.
Diffstat (limited to 'ucb/source/ucp/webdav/ContentProperties.hxx')
-rw-r--r--ucb/source/ucp/webdav/ContentProperties.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav/ContentProperties.hxx b/ucb/source/ucp/webdav/ContentProperties.hxx
index 098103f61937..7a035f609d63 100644
--- a/ucb/source/ucp/webdav/ContentProperties.hxx
+++ b/ucb/source/ucp/webdav/ContentProperties.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ContentProperties.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kso $ $Date: 2001-09-06 10:37:56 $
+ * last change: $Author: kso $ $Date: 2001-10-25 13:47:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -126,6 +126,8 @@ public:
// Mandatory UCB props.
::rtl::OUString aTitle; // Title
::rtl::OUString aEscapedTitle; // escaped Title
+ sal_Bool bTrailingSlash;
+
sal_Bool * pIsFolder;
sal_Bool * pIsDocument;