summaryrefslogtreecommitdiff
path: root/ucbhelper/workben/ucbexplorer/ucbexplorer.cxx
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2000-10-31 08:52:18 +0000
committerKai Sommerfeld <kso@openoffice.org>2000-10-31 08:52:18 +0000
commit9540270ce6b76f8183fa78766aa7fbab18806dbb (patch)
tree798596b542e41493a61c59467d1949f9ce14d272 /ucbhelper/workben/ucbexplorer/ucbexplorer.cxx
parent936c94193bc23ac8ddb577deacf933ef8f3bda01 (diff)
Fixed: Typo in XContentAccess::queryContentIdentifierString() - the
second 'i' was missing ( SUPD>611 ).
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();