summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2010-12-17 12:43:22 +0100
committerHans-Joachim Lankenau <hjs@openoffice.org>2010-12-17 12:43:22 +0100
commitf0d53f7d35a85155a2336642cd2cc3436c2a4f40 (patch)
tree14b522fb19c453b31b5d6efcfbfcc6d1b9920913
parentfd8e2b792b9acb414a2c2674100308d5a04c5dab (diff)
parentc9ffd7421c2d8435625c9e777e82d4c3ba077182 (diff)
CWS-TOOLING: integrate CWS gnumake2 ooo/DEV300_m96
-rw-r--r--helpcontent2/helpers/update_tree.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/helpcontent2/helpers/update_tree.pl b/helpcontent2/helpers/update_tree.pl
index b2aa53fcb3..27b1a1dbbf 100644
--- a/helpcontent2/helpers/update_tree.pl
+++ b/helpcontent2/helpers/update_tree.pl
@@ -47,9 +47,6 @@ terminate() if ( ! defined $inpath );
my $destpath = $inpath;
my $with_lang = $ENV{WITH_LANG};
-if ( defined $ENV{COMMON_OUTDIR} && $ENV{COMMON_OUTDIR} ne "" ) {
- $destpath =~ s/$ENV{OUTPATH}/$ENV{COMMON_OUTDIR}/;
-}
# Always use / directory separators
$prj =~ s/\\/\//g if defined($prj);
ontext-in-canvas'>feature/use-ogl-context-in-canvas LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/ucb/qa
AgeCommit message (Expand)Author
2016-03-10These tests can just derive from plain CppUnit::TestFixtureStephan Bergmann
2016-01-26Add initial cppunit test to webdav, 'local' only, neon versionGiuseppe Castagno
2016-01-10Fix typosAndrea Gelmini
2015-09-30Fix typosAndrea Gelmini
2015-07-04Fix typosAndrea Gelmini
2015-06-09java:remove unused importsNoel Grandin
2015-06-09more exception handling cleanup in Java unit testsNoel Grandin
2015-04-20java: remove some unused codeNoel Grandin
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin
2014-12-19java: static fields that should not be staticNoel Grandin
2014-12-10java: simplify the getMSF() methodsNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-10-17java: final fields that can be staticNoel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
2014-08-14java: remove unused importsNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-13java: remove unused interfacesNoel Grandin
2014-08-13java: remove unused fieldsNoel Grandin
2014-08-13java: reduce scope, make member classes privateNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-12java: remove useless javadoc tagsNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-08java: variable cannot be nullNoel Grandin
2014-08-08java: remove unnecessary semi-colonsNoel Grandin
2014-08-08java: remove unused importsNoel Grandin
2014-08-08java: remove dead methodsNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-08-05java: remove unused fieldsNoel Grandin
2014-08-04fix spelling compilant -> compliantNoel Grandin