summaryrefslogtreecommitdiff
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
commit14994d865a82477b9fdd2f0a41e541a80357b122 (patch)
tree55e5a128e140c9262b85eb89e84479c7fc98aa00
parenta8e258631eaa0fb1df53f1ea362f02bc4928917f (diff)
#91325#added LISTBOX_VERSION_LABEL, LISTBOX_TEMPLATE_LABEL, LISTBOX_IMAGE_TEMPLATE_LABEL
-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 52bca47fc..8766e2852 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;
};
//=============================================================================