summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/shutdownicon.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/shutdownicon.cxx')
-rw-r--r--sfx2/source/appl/shutdownicon.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/sfx2/source/appl/shutdownicon.cxx b/sfx2/source/appl/shutdownicon.cxx
index 80b8c2bf94dd..6d5204809ad3 100644
--- a/sfx2/source/appl/shutdownicon.cxx
+++ b/sfx2/source/appl/shutdownicon.cxx
@@ -696,13 +696,7 @@ OUString ShutdownIcon::getShortcutName()
#else
#ifdef _WIN32
- OUString aShortcutName( "StarOffice 6.0" );
- std::locale* pResLocale = SfxResLocale::GetResLocale();
- if (pResLocale)
- {
- ::SolarMutexGuard aGuard;
- aShortcutName = SfxResId(STR_QUICKSTART_LNKNAME);
- }
+ OUString aShortcutName(SfxResId(STR_QUICKSTART_LNKNAME));
aShortcutName += ".lnk";
OUString aShortcut(GetAutostartFolderNameW32());