From e81b1f23c49e35c1cde1faa44281812e97be60f5 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Wed, 17 Jul 2013 13:28:18 +0200 Subject: remove gb_LinkTarget_add_noexception_object MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I44f7df6e5f816cfcf7a44c6c4c76e80924237d45 Reviewed-on: https://gerrit.libreoffice.org/4955 Reviewed-by: Björn Michaelsen Tested-by: Björn Michaelsen --- bin/update_pch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/update_pch.sh b/bin/update_pch.sh index bfd86c5b5fa1..8e37b0001f77 100755 --- a/bin/update_pch.sh +++ b/bin/update_pch.sh @@ -34,7 +34,7 @@ for x in $headers; do while read line ; do if test "$line" = "))" ; then inobjects= - elif echo $line | grep -q -e add_exception_objects -e add_noexception_objects -e add_cxxobject -e add_cxxobjects ; then + elif echo $line | grep -q -e add_exception_objects -e add_cxxobject -e add_cxxobjects ; then inobjects=1 if test $ifstack -ne 0 ; then echo Sources in a conditional, ignoring for now. >&2 -- cgit