summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-08-25 17:21:42 +0200
committerVladimir Glazunov <vg@openoffice.org>2010-08-25 17:21:42 +0200
commitec38ffb43215161d6f0f8769f870e76850c8161c (patch)
tree1c9be13b2a751894d47934bee9c521c237ba0407 /cui
parent63d38c264f091f63dfbc6cb7bbf2bd0395bc142b (diff)
parentc57d83d4b620a95fd831cf1b828eb87239467761 (diff)
CWS-TOOLING: integrate CWS codecleanup02
Notes
split repo tag: components_ooo/DEV300_m87
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/cuigaldlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/cuigaldlg.cxx b/cui/source/dialogs/cuigaldlg.cxx
index a205db2a28c9..93e37c4e163f 100644
--- a/cui/source/dialogs/cuigaldlg.cxx
+++ b/cui/source/dialogs/cuigaldlg.cxx
@@ -959,7 +959,7 @@ void TPGalleryThemeProperties::FillFilterList()
}
}
-#if defined(WIN) || defined(WNT)
+#if defined(WNT)
if ( aExtensions.Len() > 240 )
aExtensions = DEFINE_CONST_UNICODE( "*.*" );
#endif