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
commit9dad4bf352d2dc19dcd46e349e4c418df3b2019a (patch)
treecd92535932670063fde90cf1729c6e3b01278ae6 /sfx2/source/appl/shutdowniconw32.cxx
parent1852737544f5a257219741088af60f5498884a5c (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 0f6ed6af73..1c9883e717 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;
}