summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorTino Rachui <tra@openoffice.org>2002-10-30 13:48:34 +0000
committerTino Rachui <tra@openoffice.org>2002-10-30 13:48:34 +0000
commita9e9949a191a543ac561b7af9da6bc001bf43009 (patch)
treebb861c291e4d3406ec401699943de5f1a214e226 /fpicker
parent0d71afab111b1b2a805041fa33bcd1c91a4f6f76 (diff)
#103943#added ids for file name box label (stc3) and filter listbox label (stc2) to common filepicker element table
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/win32/filepicker/controlaccess.cxx16
1 files changed, 10 insertions, 6 deletions
diff --git a/fpicker/source/win32/filepicker/controlaccess.cxx b/fpicker/source/win32/filepicker/controlaccess.cxx
index 914f17ee084a..b170c57b31fb 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hro $ $Date: 2002-08-15 08:41:22 $
+ * last change: $Author: tra $ $Date: 2002-10-30 14:48:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -211,12 +211,16 @@ namespace // private
int WindowsFileOpenCtrlIds[] =
{
0,
- IDOK,
- IDCANCEL,
- cmb1
+ IDOK, // PUSHBUTTON_OK
+ IDCANCEL, // PUSHBUTTON_CANCEL
+ cmb1, // LISTBOX_FILTER
+ 0, // CONTROL_FILEVIEW
+ 0, // not available in system file picker
+ stc2, // LISTBOX_FILTER_LABEL
+ stc3 // LISTBOX_FILE_NAME_LABEL
};
const SIZE_WINDOWS_FILEOPEN_CTRL_IDS =
- sizeof( WindowsFileOpenCtrlIds ) / sizeof( int );
+ sizeof(WindowsFileOpenCtrlIds)/sizeof(WindowsFileOpenCtrlIds[0]);
}; // end namespace