From 3121b8b77e17d4ce5908d331c9bd3fb4ed8afa53 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 14 Nov 2014 09:59:23 +0100 Subject: "#pragma hdrstop" looks quite obsolete Change-Id: Id4b01f02d5d90215164c07b8076498df65978fa3 --- sc/workben/addin.cxx | 4 ---- sc/workben/result.cxx | 4 ---- 2 files changed, 8 deletions(-) (limited to 'sc/workben') diff --git a/sc/workben/addin.cxx b/sc/workben/addin.cxx index 2c13cac63c35..f5784c50aca9 100644 --- a/sc/workben/addin.cxx +++ b/sc/workben/addin.cxx @@ -17,10 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifdef _MSC_VER -#pragma hdrstop -#endif - #include #include #include diff --git a/sc/workben/result.cxx b/sc/workben/result.cxx index a98b843696df..3f951954339b 100644 --- a/sc/workben/result.cxx +++ b/sc/workben/result.cxx @@ -17,10 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifdef _MSC_VER -#pragma hdrstop -#endif - #include #include "result.hxx" -- cgit