cmcfixes76: #i112819# oops, revert part of wrong patch to fix overly const member
This commit is contained in:
@@ -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 ) )
|
||||||
|
Reference in New Issue
Block a user