diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-12 09:34:51 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-12 09:34:51 +0300 |
commit | 81f94edc6341b4c898d8109ed50260de9ed06504 (patch) | |
tree | b5a1567588fa8abb05d5c7078282a941a3762ef9 /basctl | |
parent | 5705102c02fefa715426424f0536d675c3faee68 (diff) |
What (who?) are OW and MTF?
Change-Id: I47b9b91d72e423c0ef37eaa9f081e755adfc36d6
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/baside2.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
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 |