summaryrefslogtreecommitdiff
path: root/ucbhelper/workben/ucbexplorer/ucbexplorer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/workben/ucbexplorer/ucbexplorer.cxx')
-rw-r--r--ucbhelper/workben/ucbexplorer/ucbexplorer.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/ucbhelper/workben/ucbexplorer/ucbexplorer.cxx b/ucbhelper/workben/ucbexplorer/ucbexplorer.cxx
index 8e72263ee671..b5f015f79e66 100644
--- a/ucbhelper/workben/ucbexplorer/ucbexplorer.cxx
+++ b/ucbhelper/workben/ucbexplorer/ucbexplorer.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ucbexplorer.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:03:38 $
+ * last change: $Author: kso $ $Date: 2000-10-31 09:52:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -687,7 +687,11 @@ void UcbExplorerTreeListBox::RequestingChilds( SvLBoxEntry* pParent )
Application::AcquireSolarMutex( n );
InsertEntry(
+#if SUPD>611
+ xContentAccess->queryContentIdentifierString(),
+#else
xContentAccess->queryContentIdentfierString(),
+#endif
pParent );
n = Application::ReleaseSolarMutex();