summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/hierarchy/hierarchydata.hxx
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2000-12-21 08:31:52 +0000
committerKai Sommerfeld <kso@openoffice.org>2000-12-21 08:31:52 +0000
commitf22f3967e0f8cd0691648f4a23914bd98f011d10 (patch)
tree2d68a8fa10e2ca1fa8cadbc810e663f731ec74a8 /ucb/source/ucp/hierarchy/hierarchydata.hxx
parent76c92d6c36b3c09c4eaa38fd742296c0c2f66243 (diff)
#82494# - Workaround to reduce CPU load in case config data are broken.
Diffstat (limited to 'ucb/source/ucp/hierarchy/hierarchydata.hxx')
-rw-r--r--ucb/source/ucp/hierarchy/hierarchydata.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/ucb/source/ucp/hierarchy/hierarchydata.hxx b/ucb/source/ucp/hierarchy/hierarchydata.hxx
index 68f73492ddc8..a8f197745351 100644
--- a/ucb/source/ucp/hierarchy/hierarchydata.hxx
+++ b/ucb/source/ucp/hierarchy/hierarchydata.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: hierarchydata.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: kso $ $Date: 2000-12-10 15:13:51 $
+ * last change: $Author: kso $ $Date: 2000-12-21 09:31:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -116,6 +116,7 @@ class HierarchyEntry
::com::sun::star::uno::Reference<
::com::sun::star::container::XHierarchicalNameAccess >
m_xRootReadAccess;
+ sal_Bool m_bTriedToGetRootReadAccess; // #82494#
private:
::rtl::OUString createPathFromHierarchyURL( const ::rtl::OUString& rURL );