summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/manager/dp_manager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/manager/dp_manager.cxx')
-rw-r--r--desktop/source/deployment/manager/dp_manager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/manager/dp_manager.cxx b/desktop/source/deployment/manager/dp_manager.cxx
index 1792ee1ef44b..3bc0c7895979 100644
--- a/desktop/source/deployment/manager/dp_manager.cxx
+++ b/desktop/source/deployment/manager/dp_manager.cxx
@@ -624,7 +624,7 @@ OUString PackageManagerImpl::insertToActivationLayer(
//Folder. No need to unzip, just copy
buf.append(sourceContent.getURL());
}
- buf.append( static_cast<sal_Unicode>('/') );
+ buf.append( '/' );
sourceContent = ::ucbhelper::Content(
buf.makeStringAndClear(), xCmdEnv, m_xComponentContext );
}