summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui
diff options
context:
space:
mode:
authorTino Rachui <tra@openoffice.org>2001-10-04 11:57:28 +0000
committerTino Rachui <tra@openoffice.org>2001-10-04 11:57:28 +0000
commit80488e05391ac7e26c7374efa7ce9a0c2d9245b0 (patch)
tree692e4f041a92e1d49a655600ea0b09bb52dba07a /offapi/com/sun/star/ui
parent4ba240c2082aef5793e2bfb29e93ea12b24b3c47 (diff)
#91325#added LISTBOX_VERSION_LABEL, LISTBOX_TEMPLATE_LABEL, LISTBOX_IMAGE_TEMPLATE_LABEL
Diffstat (limited to 'offapi/com/sun/star/ui')
-rw-r--r--offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl19
1 files changed, 17 insertions, 2 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl b/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl
index ae022d1e0142..92084ed80a30 100644
--- a/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl
+++ b/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ExtendedFilePickerElementIds.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: tra $ $Date: 2001-08-30 10:19:42 $
+ * last change: $Author: tra $ $Date: 2001-10-04 12:57:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -128,6 +128,21 @@ constants ExtendedFilePickerElementIds
/**
*/
const short CHECKBOX_SELECTION = 110;
+
+ //---------------------------------------------------------------------
+ /**
+ */
+ const short LISTBOX_VERSION_LABEL = 207;
+
+ //---------------------------------------------------------------------
+ /**
+ */
+ const short LISTBOX_TEMPLATE_LABEL = 208;
+
+ //---------------------------------------------------------------------
+ /**
+ */
+ const short LISTBOX_IMAGE_TEMPLATE_LABEL = 209;
};
//=============================================================================