summaryrefslogtreecommitdiff
path: root/basic/source/app
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-14 14:50:07 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-14 14:50:07 +0000
commit3c866018e6675171beb333b10b20b498f940e591 (patch)
tree91215ec223675a437461953cf04cedbe9c40eac2 /basic/source/app
parenta6141144a59a9ff61100685a51f51d8d1592a0b2 (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/source/app')
-rw-r--r--basic/source/app/appwin.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/basic/source/app/appwin.cxx b/basic/source/app/appwin.cxx
index 5100bd33b7..d8b36395a1 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;
}
}