summaryrefslogtreecommitdiff
path: root/l10ntools/source/localize.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-03-27 21:00:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-03-27 22:37:36 +0100
commit79872b9181e60b02848acefd35d43f5d43fbea24 (patch)
tree9570105449c8c1fdebf3b60946789b9fb7196a29 /l10ntools/source/localize.cxx
parent9e46c8fcb85157b9f3e301e9a500c55f807526d4 (diff)
exclude callcatcher output dirs from translation tools as well
Diffstat (limited to 'l10ntools/source/localize.cxx')
-rw-r--r--l10ntools/source/localize.cxx1
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") },