cmcfixes76: #i112819# oops, revert part of wrong patch to fix overly const member

This commit is contained in:
Caol?n McNamara
2010-07-06 11:15:38 +01:00
parent 471be9b937
commit ea5ba44eab

View File

@@ -1338,7 +1338,7 @@ UUIInteractionHelper::handleGenericErrorRequest(
{ {
uno::Any aProductNameAny = uno::Any aProductNameAny =
::utl::ConfigManager::GetConfigManager() ::utl::ConfigManager::GetConfigManager()
.GetDirectConfigProperty( ->GetDirectConfigProperty(
::utl::ConfigManager::PRODUCTNAME ); ::utl::ConfigManager::PRODUCTNAME );
aProductNameAny >>= aTitle; aProductNameAny >>= aTitle;
} }
@@ -1552,10 +1552,10 @@ UUIInteractionHelper::handleBrokenPackageRequest(
return; return;
uno::Any aProductNameAny = uno::Any aProductNameAny =
::utl::ConfigManager::GetConfigManager().GetDirectConfigProperty( ::utl::ConfigManager::GetConfigManager()->GetDirectConfigProperty(
::utl::ConfigManager::PRODUCTNAME ); ::utl::ConfigManager::PRODUCTNAME );
uno::Any aProductVersionAny = uno::Any aProductVersionAny =
::utl::ConfigManager::GetConfigManager().GetDirectConfigProperty( ::utl::ConfigManager::GetConfigManager()->GetDirectConfigProperty(
::utl::ConfigManager::PRODUCTVERSION ); ::utl::ConfigManager::PRODUCTVERSION );
::rtl::OUString aProductName, aProductVersion; ::rtl::OUString aProductName, aProductVersion;
if ( !( aProductNameAny >>= aProductName ) ) if ( !( aProductNameAny >>= aProductName ) )