diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2001-05-04 09:37:14 +0000 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2001-05-04 09:37:14 +0000 |
commit | 930841fbdc0066f3b988a0eff3c7c7feabcad00e (patch) | |
tree | f9bf5c749ba6a3c1b8748a4121d2fdbac98484dc /ucb/source/ucp/hierarchy/hierarchycontent.hxx | |
parent | 5ba8aeb4ef774395a089b05f53d96b97cb522357 (diff) |
#85545# - Added rollback code for failed exchange (setPropertyValues).
Diffstat (limited to 'ucb/source/ucp/hierarchy/hierarchycontent.hxx')
-rw-r--r-- | ucb/source/ucp/hierarchy/hierarchycontent.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/hierarchy/hierarchycontent.hxx b/ucb/source/ucp/hierarchy/hierarchycontent.hxx index 9fb80ca8f7a2..e436bc82fb0c 100644 --- a/ucb/source/ucp/hierarchy/hierarchycontent.hxx +++ b/ucb/source/ucp/hierarchy/hierarchycontent.hxx @@ -2,9 +2,9 @@ * * $RCSfile: hierarchycontent.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: kso $ $Date: 2001-04-19 14:55:17 $ + * last change: $Author: kso $ $Date: 2001-05-04 10:37:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -193,7 +193,7 @@ private: ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XContentIdentifier > - getIdentifierFromTitle(); + makeNewIdentifier( const rtl::OUString& rTitle ); typedef vos::ORef< HierarchyContent > HierarchyContentRef; typedef std::list< HierarchyContentRef > HierarchyContentRefList; |