diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-02-21 19:57:44 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-02-21 20:57:02 +0100 |
commit | a38828d33c0b2d4fe1d353b5bec65b5ecefec8d1 (patch) | |
tree | 4f8b59991fae7ebfcc5ef2f31a4478c51139a879 /framework | |
parent | c94460d43cc4be450c4bee03b39328491a7f1d23 (diff) |
WaE: duplicateBranch
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/helper/titlebarupdate.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/source/helper/titlebarupdate.cxx b/framework/source/helper/titlebarupdate.cxx index d027a1a8adc2..4c1659ba0976 100644 --- a/framework/source/helper/titlebarupdate.cxx +++ b/framework/source/helper/titlebarupdate.cxx @@ -222,8 +222,6 @@ void TitleBarUpdate::impl_updateApplicationID(const css::uno::Reference< css::fr aModuleId.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("com.sun.star.sdb.TableDesign")) || aModuleId.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("com.sun.star.sdb.DataSourceBrowser")) ) sDesktopName = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("base")); - else if ( aModuleId.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("com.sun.star.frame.StartModule")) ) - sDesktopName = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("startcenter")); else sDesktopName = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("startcenter")); sApplicationID = utl::ConfigManager::getProductName(). |