diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-09-25 11:52:15 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-09-25 11:52:15 +0000 |
commit | 6243b596732f1623fc928adac58cecd2b0448f3f (patch) | |
tree | ba55a58fbbdbb655602fba615cacced4d7b54f60 /fpicker | |
parent | 9193cf56aeb91cb90324fc2e907190feff0cf02a (diff) |
INTEGRATION: CWS obo05 (1.8.80); FILE MERGED
2006/06/22 15:09:33 obo 1.8.80.1: #i53611# .net 2005
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/filepicker/controlaccess.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/win32/filepicker/controlaccess.cxx b/fpicker/source/win32/filepicker/controlaccess.cxx index cc18c9621ad2..3f17f3e001eb 100644 --- a/fpicker/source/win32/filepicker/controlaccess.cxx +++ b/fpicker/source/win32/filepicker/controlaccess.cxx @@ -4,9 +4,9 @@ * * $RCSfile: controlaccess.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2006-09-16 17:54:43 $ + * last change: $Author: vg $ $Date: 2006-09-25 12:52:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -198,7 +198,7 @@ namespace // private stc2, // LISTBOX_FILTER_LABEL stc3 // LISTBOX_FILE_NAME_LABEL }; - const SIZE_WINDOWS_FILEOPEN_CTRL_IDS = + const int SIZE_WINDOWS_FILEOPEN_CTRL_IDS = sizeof(WindowsFileOpenCtrlIds)/sizeof(WindowsFileOpenCtrlIds[0]); }; // end namespace |