summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/hierarchy/hierarchycontent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/hierarchy/hierarchycontent.cxx')
-rw-r--r--ucb/source/ucp/hierarchy/hierarchycontent.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/hierarchy/hierarchycontent.cxx b/ucb/source/ucp/hierarchy/hierarchycontent.cxx
index 7dbfd1deef26..885dc8663911 100644
--- a/ucb/source/ucp/hierarchy/hierarchycontent.cxx
+++ b/ucb/source/ucp/hierarchy/hierarchycontent.cxx
@@ -1567,8 +1567,8 @@ void HierarchyContent::transfer(
OUString aType = xSource->isFolder()
- ? OUString( HIERARCHY_FOLDER_CONTENT_TYPE )
- : OUString( HIERARCHY_LINK_CONTENT_TYPE );
+ ? HIERARCHY_FOLDER_CONTENT_TYPE
+ : HIERARCHY_LINK_CONTENT_TYPE;
ucb::ContentInfo aContentInfo;
aContentInfo.Type = aType;
aContentInfo.Attributes = 0;