diff options
author | Philipp Lohmann <pl@openoffice.org> | 2001-06-19 12:47:44 +0000 |
---|---|---|
committer | Philipp Lohmann <pl@openoffice.org> | 2001-06-19 12:47:44 +0000 |
commit | 577273b73fe789196a6de6c6f126a5a169fde011 (patch) | |
tree | 9e38845ce92c543e478b87a96a5e3d910f96e695 /padmin/source/helper.cxx | |
parent | f83eddd8b4c8c7e0bfcb85b7b5b80699f4920d8d (diff) |
#85520# dialogue redesign
Diffstat (limited to 'padmin/source/helper.cxx')
-rw-r--r-- | padmin/source/helper.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/padmin/source/helper.cxx b/padmin/source/helper.cxx index 38e9a53679c5..794ea27a588e 100644 --- a/padmin/source/helper.cxx +++ b/padmin/source/helper.cxx @@ -2,9 +2,9 @@ * * $RCSfile: helper.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2001-05-22 14:59:21 $ + * last change: $Author: pl $ $Date: 2001-06-19 13:47:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -164,6 +164,8 @@ long DelMultiListBox::Notify( NotifyEvent& rEvent ) m_aDelPressedLink.Call( this ); nRet = 1; } + else + nRet = MultiListBox::Notify( rEvent ); return nRet; } @@ -182,6 +184,8 @@ long DelListBox::Notify( NotifyEvent& rEvent ) m_aDelPressedLink.Call( this ); nRet = 1; } + else + nRet = ListBox::Notify( rEvent ); return nRet; } |