[Libreoffice-commits] core.git: cui/source

Michael Stahl mstahl at redhat.com
Tue Oct 1 03:14:18 PDT 2013


 cui/source/dialogs/cuigaldlg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d0c08311b02c720aeeabcafdaee1c799bf987a37
Author: Michael Stahl <mstahl at redhat.com>
Date:   Tue Oct 1 12:11:15 2013 +0200

    cui: fix up WNT-only code
    
    Change-Id: I70f1592ac26428611c2d8f6fc0090f97b9cd0025

diff --git a/cui/source/dialogs/cuigaldlg.cxx b/cui/source/dialogs/cuigaldlg.cxx
index e5d4cbc..2c8d085 100644
--- a/cui/source/dialogs/cuigaldlg.cxx
+++ b/cui/source/dialogs/cuigaldlg.cxx
@@ -965,7 +965,7 @@ void TPGalleryThemeProperties::FillFilterList()
      }
 
 #if defined(WNT)
-    if ( aExtensions.Len() > 240 )
+    if (aExtensions.getLength() > 240)
         aExtensions = "*.*";
 #endif
 


More information about the Libreoffice-commits mailing list