summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorTino Rachui <tra@openoffice.org>2001-11-14 15:40:55 +0000
committerTino Rachui <tra@openoffice.org>2001-11-14 15:40:55 +0000
commita55aaa1efd8c6266b7f17bdd1a1eb91e66a2e5b5 (patch)
tree26b59083e20d2befa5de51c7067d7ade67121b45 /fpicker
parent30d83565a2735a0b873c11e18649a319cbe31158 (diff)
#94499#added method GetSelectedItemIndex to table
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/win32/filepicker/controlaccess.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/fpicker/source/win32/filepicker/controlaccess.cxx b/fpicker/source/win32/filepicker/controlaccess.cxx
index aad7482e7479..08765d5e9c56 100644
--- a/fpicker/source/win32/filepicker/controlaccess.cxx
+++ b/fpicker/source/win32/filepicker/controlaccess.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: controlaccess.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: tra $ $Date: 2001-06-28 11:13:15 $
+ * last change: $Author: tra $ $Date: 2001-11-14 16:40:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -132,7 +132,8 @@ namespace // private
NULL,
NULL,
ListboxGetItems,
- ListboxGetSelectedItem
+ ListboxGetSelectedItem,
+ ListboxGetSelectedItemIndex
};
const size_t SIZE_LISTBOX_GETVALUE_ACTION_TABLE =
sizeof( ListboxGetValueFunctionTable ) / sizeof( CTRL_GETVALUE_FUNCTION_T );