summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 13:23:11 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 13:23:11 +0000
commit67d44ef4ff0bda2618a18a1ffb572beeb96bd004 (patch)
treebc0cf2cda82c6f16b920c88e207de9e9b96714ff /ucb
parent62657f7626758da70110b707525a496f5b5b49dd (diff)
INTEGRATION: CWS relocinst (1.11.134); FILE MERGED
2004/04/22 11:30:20 kso 1.11.134.2: #116281# - OfficeInstallationDirectory -> OfficeInstallationDirectories 2004/04/13 08:39:11 kso 1.11.134.1: #116281# - Does no longer store absolute paths to the office installation dir.
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/hierarchy/hierarchydata.hxx18
1 files changed, 13 insertions, 5 deletions
diff --git a/ucb/source/ucp/hierarchy/hierarchydata.hxx b/ucb/source/ucp/hierarchy/hierarchydata.hxx
index 7d05d4680210..eb804520bd74 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.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: kso $ $Date: 2002-09-27 15:12:24 $
+ * last change: $Author: hr $ $Date: 2004-05-10 14:23:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,9 +72,14 @@
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#endif
-namespace com { namespace sun { namespace star { namespace container {
- class XHierarchicalNameAccess;
-} } } }
+namespace com { namespace sun { namespace star {
+ namespace container {
+ class XHierarchicalNameAccess;
+ }
+ namespace util {
+ class XOfficeInstallationDirectories;
+ }
+} } }
namespace hierarchy_ucp
{
@@ -130,6 +135,9 @@ class HierarchyEntry
::com::sun::star::uno::Reference<
::com::sun::star::container::XHierarchicalNameAccess >
m_xRootReadAccess;
+ ::com::sun::star::uno::Reference<
+ ::com::sun::star::util::XOfficeInstallationDirectories >
+ m_xOfficeInstDirs;
sal_Bool m_bTriedToGetRootReadAccess; // #82494#
private: