diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-03-27 21:00:08 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-03-27 22:37:36 +0100 |
commit | 79872b9181e60b02848acefd35d43f5d43fbea24 (patch) | |
tree | 9570105449c8c1fdebf3b60946789b9fb7196a29 /l10ntools/source | |
parent | 9e46c8fcb85157b9f3e301e9a500c55f807526d4 (diff) |
exclude callcatcher output dirs from translation tools as well
Diffstat (limited to 'l10ntools/source')
-rw-r--r-- | l10ntools/source/localize.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx index 211b64707e86..5e9fcb9a492b 100644 --- a/l10ntools/source/localize.cxx +++ b/l10ntools/source/localize.cxx @@ -342,6 +342,7 @@ bool includeProject(rtl::OUString const & project) { bool excludeDirectory(rtl::OUString const & directory) { // Cf. OUTPATH=* in configure.in: static AsciiString const excluded[] = { + { RTL_CONSTASCII_STRINGPARAM("callcatcher") }, { RTL_CONSTASCII_STRINGPARAM("unxaig") }, { RTL_CONSTASCII_STRINGPARAM("unxand") }, { RTL_CONSTASCII_STRINGPARAM("unxdfly") }, |