summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/imoptdlg.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-09-04 07:03:24 +0000
committerOliver Bolte <obo@openoffice.org>2003-09-04 07:03:24 +0000
commitd11e1f8addbfddac675f1b6a278b0a65bea8aaff (patch)
treee858e20b9f23e81b983b40feac9e428469627566 /sc/source/ui/inc/imoptdlg.hxx
parent8d478aa5157b7ef1d988b2aa18df57c4dc5f8c0c (diff)
INTEGRATION: CWS dr7ui (1.7.206); FILE MERGED
2003/08/07 14:16:42 dr 1.7.206.1: #16060# double click in listbox fires OK event
Diffstat (limited to 'sc/source/ui/inc/imoptdlg.hxx')
-rw-r--r--sc/source/ui/inc/imoptdlg.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/ui/inc/imoptdlg.hxx b/sc/source/ui/inc/imoptdlg.hxx
index ae9c2dffa159..96113a6563dd 100644
--- a/sc/source/ui/inc/imoptdlg.hxx
+++ b/sc/source/ui/inc/imoptdlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: imoptdlg.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: er $ $Date: 2002-07-29 15:13:05 $
+ * last change: $Author: obo $ $Date: 2003-09-04 08:03:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -130,6 +130,7 @@ private:
USHORT GetCodeFromCombo( const ComboBox& rEd ) const;
DECL_LINK( FixedWidthHdl, CheckBox* );
+ DECL_LINK( DoubleClickHdl, ListBox* );
};
//------------------------------------------------------------------------