diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-10-01 09:04:58 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-10-01 09:04:58 +0000 |
commit | 6c6e8f0278f988cc382e5359d16ce77e74ccfbb2 (patch) | |
tree | 0057c79dfa59eb0031986c6d8d8ae6055256bb3d /odk/util | |
parent | f4a2f19886295c6a09b18e08422345de95228ac2 (diff) |
CWS-TOOLING: integrate CWS sb93
Diffstat (limited to 'odk/util')
-rw-r--r-- | odk/util/check.pl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/odk/util/check.pl b/odk/util/check.pl index 940485f14368..5ed45518160a 100644 --- a/odk/util/check.pl +++ b/odk/util/check.pl @@ -8,7 +8,7 @@ # # $RCSfile: check.pl,v $ # -# $Revision: 1.26 $ +# $Revision: 1.26.8.1 $ # # This file is part of OpenOffice.org. # @@ -313,8 +313,7 @@ if (-d "$StartDir") { my @dir_list = ( "lib","lib/uno","lib/uno/helper","lib/uno/helper/class-use", "uno","uno/class-use","comp","comp/helper", - "comp/helper/class-use","tools","tools/uno", - "tools/uno/class-use"); + "comp/helper/class-use"); foreach $i (@dir_list) { |