Author: hdu
Date: Thu Jul  4 14:50:22 2013
New Revision: 1499775

URL: http://svn.apache.org/r1499775
Log:
#i55152# the listbox in the filter selection dialog should be sorted

Modified:
    openoffice/trunk/main/uui/source/fltdlg.src

Modified: openoffice/trunk/main/uui/source/fltdlg.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/uui/source/fltdlg.src?rev=1499775&r1=1499774&r2=1499775&view=diff
==============================================================================
--- openoffice/trunk/main/uui/source/fltdlg.src (original)
+++ openoffice/trunk/main/uui/source/fltdlg.src Thu Jul  4 14:50:22 2013
@@ -54,7 +54,7 @@ ModalDialog DLG_FILTER_SELECT
                Pos             = MAP_APPFONT (   6 ,  19 ) ;
                Size            = MAP_APPFONT ( 182 , 175 ) ;
                TabStop         = TRUE ;
-               Sort            = FALSE ;
+               Sort            = TRUE ;
                AutoHScroll = TRUE;
        };
 


Reply via email to