From 5cb2e3104b11e538b946e2b7228e74365cb38648 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Fri, 28 Jun 2013 04:38:06 +0200 Subject: remove toolkit/unohlp.hxx hack Change-Id: Idb9971d848870f4d00dbf77e80e48bf7dfde8913 Reviewed-on: https://gerrit.libreoffice.org/4601 Reviewed-by: Fridrich Strba Tested-by: Fridrich Strba --- bin/moveglobalheaders.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'bin/moveglobalheaders.sh') diff --git a/bin/moveglobalheaders.sh b/bin/moveglobalheaders.sh index e852a34534b3..6c8cff729505 100755 --- a/bin/moveglobalheaders.sh +++ b/bin/moveglobalheaders.sh @@ -42,9 +42,3 @@ git add svtools/Library_svt.mk sfx2/Library_sfx.mk sfx2/Library_qstart_gtk.mk # urgh sed -ie 's/\.\.\/svx\//svx\//' svx/source/svdraw/svdoashp.cxx git add svx/source/svdraw/svdoashp.cxx - -# this one is making me speechless ... -echo "// ah, yes: thats a sane thing to do -- deliver the same header _twice_ with different names" > include/toolkit/unohlp.hxx -echo "// please kill me (this file)!" >> include/toolkit/unohlp.hxx -echo "#include " >> include/toolkit/unohlp.hxx -git add include/toolkit/unohlp.hxx -- cgit