diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-08-22 17:42:42 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-08-25 13:21:57 +0200 |
commit | d386f88774df977691f9cb6ab231aa5b085d0b70 (patch) | |
tree | 2e66981b0deab4eddaf3389cd8b7fb6c21004f57 /sfx2/source | |
parent | b70fb7d704aa721cf7b1f3ce1120f84f89429479 (diff) |
set names on the Win32-only threads
Nice to see what weird threads are running.
Change-Id: Ic9888aa3260d0aeb5858cde5415571ab23c75484
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/appl/shutdowniconw32.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/source/appl/shutdowniconw32.cxx b/sfx2/source/appl/shutdowniconw32.cxx index 584d6b040f55..6bd9a624f922 100644 --- a/sfx2/source/appl/shutdowniconw32.cxx +++ b/sfx2/source/appl/shutdowniconw32.cxx @@ -472,6 +472,8 @@ LRESULT CALLBACK executerWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lP DWORD WINAPI SystrayThread( LPVOID /*lpParam*/ ) { + osl_setThreadName("SystrayThread"); + aListenerWindow = CreateWindowExA(0, QUICKSTART_CLASSNAME, // registered class name QUICKSTART_WINDOWNAME, // window name |