From d0c08311b02c720aeeabcafdaee1c799bf987a37 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 1 Oct 2013 12:11:15 +0200 Subject: [PATCH] cui: fix up WNT-only code Change-Id: I70f1592ac26428611c2d8f6fc0090f97b9cd0025 --- cui/source/dialogs/cuigaldlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cui/source/dialogs/cuigaldlg.cxx b/cui/source/dialogs/cuigaldlg.cxx index e5d4cbc8a353..2c8d085d9594 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