summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-07-17 10:48:03 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-07-17 10:48:03 +0000
commit4a6131c728f10e5a5f45c703dde643d6ca56f1cb (patch)
tree4f786ac333b195482fd909bba9fc1f633692d8dd /desktop
parentaaf5c97e45cd390c9305987f3b5f16935eccb5de (diff)
INTEGRATION: CWS jl106 (1.33.4); FILE MERGED
2008/07/02 12:09:50 jl 1.33.4.1: #i90933# XPackage.getDescrition should not return the XPackageTypeInfo.getDescription
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/registry/package/dp_package.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/desktop/source/deployment/registry/package/dp_package.cxx b/desktop/source/deployment/registry/package/dp_package.cxx
index 3d95aa04993d..4d63c5b8962c 100644
--- a/desktop/source/deployment/registry/package/dp_package.cxx
+++ b/desktop/source/deployment/registry/package/dp_package.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: dp_package.cxx,v $
- * $Revision: 1.34 $
+ * $Revision: 1.35 $
*
* This file is part of OpenOffice.org.
*
@@ -904,10 +904,7 @@ void BackendImpl::PackageImpl::processPackage_(
//______________________________________________________________________________
OUString BackendImpl::PackageImpl::getDescription() throw (RuntimeException)
{
- if (m_description.getLength() == 0)
- return Package::getDescription();
- else
- return m_description;
+ return m_description;
}
//______________________________________________________________________________