diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-11-14 09:59:23 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-11-17 11:06:49 +0100 |
commit | 3121b8b77e17d4ce5908d331c9bd3fb4ed8afa53 (patch) | |
tree | 7843d69c52330c1be231eb24db65490c498664da /starmath | |
parent | 1b3f795c8e993fa9a8b76f84292041d3d22523dc (diff) |
"#pragma hdrstop" looks quite obsolete
Change-Id: Id4b01f02d5d90215164c07b8076498df65978fa3
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/accessibility.hxx | 4 | ||||
-rw-r--r-- | starmath/source/cfgitem.hxx | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/starmath/source/accessibility.hxx b/starmath/source/accessibility.hxx index 1414b5353be9..881c0854cb18 100644 --- a/starmath/source/accessibility.hxx +++ b/starmath/source/accessibility.hxx @@ -17,10 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifdef _MSC_VER -#pragma hdrstop -#endif - #ifndef INCLUDED_STARMATH_SOURCE_ACCESSIBILITY_HXX #define INCLUDED_STARMATH_SOURCE_ACCESSIBILITY_HXX diff --git a/starmath/source/cfgitem.hxx b/starmath/source/cfgitem.hxx index 680c4141809f..37151e268aab 100644 --- a/starmath/source/cfgitem.hxx +++ b/starmath/source/cfgitem.hxx @@ -17,10 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifdef _MSC_VER -#pragma hdrstop -#endif - #ifndef INCLUDED_STARMATH_SOURCE_CFGITEM_HXX #define INCLUDED_STARMATH_SOURCE_CFGITEM_HXX |