summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav/webdavcontent.hxx
diff options
context:
space:
mode:
authorRelease Engineers <releng@openoffice.org>2008-12-01 12:44:06 +0000
committerRelease Engineers <releng@openoffice.org>2008-12-01 12:44:06 +0000
commiteb4f46db0aebd99a47d465e90f445b58bc46d7cc (patch)
tree2090838fb6843c4e9f8eb66fdd10a721d1d34e5f /ucb/source/ucp/webdav/webdavcontent.hxx
parent7a5d79f2297a43d0a854e304b0792164272edfe0 (diff)
CWS-TOOLING: integrate CWS httpperf_DEV300
Diffstat (limited to 'ucb/source/ucp/webdav/webdavcontent.hxx')
-rw-r--r--ucb/source/ucp/webdav/webdavcontent.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav/webdavcontent.hxx b/ucb/source/ucp/webdav/webdavcontent.hxx
index da0629e3f844..02e6a106fe64 100644
--- a/ucb/source/ucp/webdav/webdavcontent.hxx
+++ b/ucb/source/ucp/webdav/webdavcontent.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: webdavcontent.hxx,v $
- * $Revision: 1.23 $
+ * $Revision: 1.23.32.1 $
*
* This file is part of OpenOffice.org.
*
@@ -88,8 +88,10 @@ class Content : public ::ucbhelper::ContentImplHelper,
rtl::OUString m_aEscapedTitle;
ResourceType m_eResourceType;
ContentProvider* m_pProvider; // No need for a ref, base class holds object
- sal_Bool m_bTransient;
- sal_Bool m_bCollection;
+ bool m_bTransient;
+ bool m_bCollection;
+ bool m_bDidGetOrHead;
+ std::vector< rtl::OUString > m_aFailedPropNames;
private:
virtual com::sun::star::uno::Sequence< com::sun::star::beans::Property >