summaryrefslogtreecommitdiff
path: root/unotools/source/config/configmgr.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-04-26 13:53:37 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-04-26 13:53:37 +0300
commit6963a83e8fb792c7cf29c3eea361173c656fcb19 (patch)
treedc93e7177a95251e1f527a100a45202a833730da /unotools/source/config/configmgr.cxx
parentb53ea6f02a3753f39ca485c21c6035f539c97873 (diff)
Kill BrOffice, fdo#36262
Diffstat (limited to 'unotools/source/config/configmgr.cxx')
-rw-r--r--unotools/source/config/configmgr.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/unotools/source/config/configmgr.cxx b/unotools/source/config/configmgr.cxx
index 97c1776bf95b..c07a81c7b99a 100644
--- a/unotools/source/config/configmgr.cxx
+++ b/unotools/source/config/configmgr.cxx
@@ -378,13 +378,7 @@ Any ConfigManager::GetDirectConfigProperty(ConfigProperty eProp)
Any aRet;
::rtl::OUString sBrandName;
-#ifdef ENABLE_BROFFICE
- LanguageType nType = MsLangId::getRealLanguage( LANGUAGE_NONE );
- if ( nType == LANGUAGE_PORTUGUESE_BRAZILIAN )
- sBrandName = OUString(RTL_CONSTASCII_USTRINGPARAM("BrOffice"));
- else
-#endif
- sBrandName = BrandName::get();
+ sBrandName = BrandName::get();
if ( eProp == PRODUCTNAME && sBrandName.getLength() )
{