diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-01-14 14:50:07 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-01-14 14:50:07 +0000 |
commit | e7c1b9d89463fc911315722e473e417471087db2 (patch) | |
tree | 3c45093f48148041dd5688c1c1ded406128cda7a /basic | |
parent | b4cb65a77eb3f8cd3403ffda69aee32dee5eb2e9 (diff) |
INTEGRATION: CWS aquavcl04 (1.14.22); FILE MERGED
2007/11/07 15:32:42 gh 1.14.22.2: #i83007#about and settings dialog for MacOS
2007/10/26 14:37:12 gh 1.14.22.1: #i83007# enable opening about and settings dialog from application menu for testtool
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/app/appwin.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/basic/source/app/appwin.cxx b/basic/source/app/appwin.cxx index e86a79fe2301..1886436e16f3 100644 --- a/basic/source/app/appwin.cxx +++ b/basic/source/app/appwin.cxx @@ -4,9 +4,9 @@ * * $RCSfile: appwin.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: hr $ $Date: 2007-08-03 13:56:36 $ + * last change: $Author: ihi $ $Date: 2008-01-14 15:50:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -351,6 +351,7 @@ void AppWin::Command( const CommandEvent& rCEvt ) delete pKontext; } } + break; } } |