summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-07-31 15:04:46 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-07-31 15:04:46 +0000
commit637608be42dfd79883298497ce6c95bcde7fcee9 (patch)
tree8d1cfef0c3b49460970c6e7f13e11e4ee7196af5 /offapi
parent608730da670958a73f3e7b0d242945fd609bbe8b (diff)
INTEGRATION: CWS vcl80 (1.5.338); FILE MERGED
2007/07/04 17:09:20 pl 1.5.338.1: #i68219# add LISTBOX_FILTER_SELECTOR
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl9
1 files changed, 7 insertions, 2 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl b/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl
index 59fd7c02cbb8..a0b5c9701ddb 100644
--- a/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl
+++ b/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: ExtendedFilePickerElementIds.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 08:34:50 $
+ * last change: $Author: hr $ $Date: 2007-07-31 16:04:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -121,6 +121,11 @@ published constants ExtendedFilePickerElementIds
/**
*/
const short LISTBOX_IMAGE_TEMPLATE_LABEL = 209;
+
+ //---------------------------------------------------------------------
+ /**
+ */
+ const short LISTBOX_FILTER_SELECTOR = 210;
};
//=============================================================================