summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-09-28 13:56:15 +0000
committerThomas Benisch <tbe@openoffice.org>2001-09-28 13:56:15 +0000
commit63ae35f3143c71d548e0771b474c3c90b473b09e (patch)
tree1c0ba2491c49fa39c91818663c6e7a3bea998025 /xmlscript
parent040fcc3e658650935b22cc6c5889ea528c0e2ece (diff)
#92258# click handler for Basic Scrollbar
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/source/xmldlg_imexp/xmldlg_import.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
index 053c0eeb05c7..e8ebb821f2bc 100644
--- a/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
+++ b/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmldlg_import.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: dbo $ $Date: 2001-09-25 11:13:16 $
+ * last change: $Author: tbe $ $Date: 2001-09-28 14:56:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -878,6 +878,7 @@ struct StringTriple
static StringTriple const s_aEventTranslations[] =
{
// from xmloff/source/forms/formevents.cxx
+ // 28.09.2001 tbe added on-adjustmentvaluechange
{ "com.sun.star.form.XApproveActionListener", "approveAction", "on-approveaction" },
{ "com.sun.star.awt.XActionListener", "actionPerformed", "on-performaction" },
{ "com.sun.star.form.XChangeListener", "changed", "on-change" },
@@ -910,6 +911,7 @@ static StringTriple const s_aEventTranslations[] =
{ "com.sun.star.sdbc.XRowSetListener", "cursorMoved", "on-cursormove" },
{ "com.sun.star.form.XDatabaseParameterListener", "approveParameter", "on-supplyparameter" },
{ "com.sun.star.sdb.XSQLErrorListener", "errorOccured", "on-error" },
+ { "com.sun.star.awt.XAdjustmentListener", "adjustmentValueChanged", "on-adjustmentvaluechange" },
{ 0, 0, 0 }
};
extern StringTriple const * const g_pEventTranslations;