summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/shutdowniconw32.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-17 09:24:34 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-17 09:24:34 +0000
commitab43fd4e8a51fed8fb7c7c5f26fb4e586dbc12e6 (patch)
tree543e24b19d94786ecc4c1c44b78531b896ce76d9 /sfx2/source/appl/shutdowniconw32.cxx
parent7bf0aec933fd9831ffcd60380291d11968184e6a (diff)
INTEGRATION: CWS mav11 (1.27.70); FILE MERGED
2004/11/02 15:08:16 lo 1.27.70.1: #i31892# clean up instance pointer when try icon is removed
Diffstat (limited to 'sfx2/source/appl/shutdowniconw32.cxx')
-rw-r--r--sfx2/source/appl/shutdowniconw32.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sfx2/source/appl/shutdowniconw32.cxx b/sfx2/source/appl/shutdowniconw32.cxx
index 74c863f4e706..29f0ebcb7700 100644
--- a/sfx2/source/appl/shutdowniconw32.cxx
+++ b/sfx2/source/appl/shutdowniconw32.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: shutdowniconw32.cxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: rt $ $Date: 2004-08-12 08:19:00 $
+ * last change: $Author: obo $ $Date: 2004-11-17 10:24:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -425,7 +425,6 @@ LRESULT CALLBACK listenerWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lP
nid.hWnd = hWnd;
nid.uID = ID_QUICKSTART;
Shell_NotifyIconA(NIM_DELETE, &nid);
-
break;
}