summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-07-17 10:47:48 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-07-17 10:47:48 +0000
commit341605b8ef07fbcf2f7980cda8b61e90293513c1 (patch)
tree2242bc2c902b10649917aaa11f5fdce5ea4dc6c4 /desktop/source/deployment/registry
parent2c9b05c8e7b22f6868e706d7c876785d1edbe4fb (diff)
INTEGRATION: CWS jl106 (1.19.30); FILE MERGED
2008/07/02 12:09:50 jl 1.19.30.1: #i90933# XPackage.getDescrition should not return the XPackageTypeInfo.getDescription
Diffstat (limited to 'desktop/source/deployment/registry')
-rw-r--r--desktop/source/deployment/registry/dp_backend.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/desktop/source/deployment/registry/dp_backend.cxx b/desktop/source/deployment/registry/dp_backend.cxx
index 9fdf20ec98..5bdb990803 100644
--- a/desktop/source/deployment/registry/dp_backend.cxx
+++ b/desktop/source/deployment/registry/dp_backend.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: dp_backend.cxx,v $
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
* This file is part of OpenOffice.org.
*
@@ -352,10 +352,7 @@ OUString Package::getDisplayName() throw (RuntimeException)
//______________________________________________________________________________
OUString Package::getDescription() throw (RuntimeException)
{
- if (m_xPackageType.is())
- return m_xPackageType->getDescription();
- else
- return OUString();
+ return OUString();
}
//______________________________________________________________________________