diff options
Diffstat (limited to 'odk/util/check.pl')
-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) { |