summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry/executable
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-03-29 12:02:59 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-03-29 12:20:41 +0100
commit9404908713453ed1604d66b974536523a253b72f (patch)
treeeb73a153f57d8c535f171130466a03c75e64f622 /desktop/source/deployment/registry/executable
parent3a68ecc47ffcbfa0db2516b717809d824cf60eb6 (diff)
desktop: unwind hideous StrTitle mess a little
Diffstat (limited to 'desktop/source/deployment/registry/executable')
-rw-r--r--desktop/source/deployment/registry/executable/dp_executable.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop/source/deployment/registry/executable/dp_executable.cxx b/desktop/source/deployment/registry/executable/dp_executable.cxx
index 15a9b09cd4f1..a64193293011 100644
--- a/desktop/source/deployment/registry/executable/dp_executable.cxx
+++ b/desktop/source/deployment/registry/executable/dp_executable.cxx
@@ -188,8 +188,7 @@ Reference<deployment::XPackage> BackendImpl::bindPackage_(
if (!bRemoved)
{
::ucbhelper::Content ucbContent( url, xCmdEnv );
- name = ucbContent.getPropertyValue(
- dp_misc::StrTitle::get() ).get<OUString>();
+ name = StrTitle::getTitle( ucbContent );
}
if (subType.EqualsIgnoreCaseAscii("vnd.sun.star.executable"))
{