diff options
author | Jesús Corrius <jcorrius@gmail.com> | 2013-04-26 14:17:56 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-26 12:39:21 +0000 |
commit | 64dafbe584fe7644ec29b96b6a9a9588ba4619bd (patch) | |
tree | dab28fb77849a93008c0196d413fa1d58197978d /desktop/win32/source/applauncher/sbase.cxx | |
parent | 182f77a46d755b90fb7c79a4e80666beff47cf0c (diff) |
Fix fdo#35785: recent documents feature of the Windows 7 Start menu broken
Change-Id: I61cffeaf661db7e7b8f642bbbd9457203f75cb9a
Reviewed-on: https://gerrit.libreoffice.org/3623
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
Diffstat (limited to 'desktop/win32/source/applauncher/sbase.cxx')
-rw-r--r-- | desktop/win32/source/applauncher/sbase.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/win32/source/applauncher/sbase.cxx b/desktop/win32/source/applauncher/sbase.cxx index 4b51080b770d..e6123a66b14f 100644 --- a/desktop/win32/source/applauncher/sbase.cxx +++ b/desktop/win32/source/applauncher/sbase.cxx @@ -21,6 +21,4 @@ _TCHAR APPLICATION_SWITCH[] = _T( "--base" ); -LPCWSTR APPUSERMODELID = L"TheDocumentFoundation.LibreOffice.Base"; - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |