From 81f94edc6341b4c898d8109ed50260de9ed06504 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 12 Oct 2013 09:34:51 +0300 Subject: What (who?) are OW and MTF? Change-Id: I47b9b91d72e423c0ef37eaa9f081e755adfc36d6 --- basctl/source/basicide/baside2.cxx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/basctl/source/basicide/baside2.cxx b/basctl/source/basicide/baside2.cxx index 667bae507239..708037146b90 100644 --- a/basctl/source/basicide/baside2.cxx +++ b/basctl/source/basicide/baside2.cxx @@ -72,6 +72,11 @@ namespace Print short const ValidWindow = 0x1234; +// What (who) are OW and MTF? Compare to baside3.cxx where an +// identically named variable, used in the same way, has the value +// "*.*" on Windows, "*" otherwise. Is that what should be done here, +// too? + #if defined(OW) || defined(MTF) char const FilterMask_All[] = "*"; #else -- cgit