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 /svtools | |
parent | 1b3f795c8e993fa9a8b76f84292041d3d22523dc (diff) |
"#pragma hdrstop" looks quite obsolete
Change-Id: Id4b01f02d5d90215164c07b8076498df65978fa3
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/config/optionsdrawinglayer.cxx | 4 | ||||
-rw-r--r-- | svtools/source/filter/exportdialog.cxx | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/svtools/source/config/optionsdrawinglayer.cxx b/svtools/source/config/optionsdrawinglayer.cxx index 5a95f169f977..b6f9c2a543ca 100644 --- a/svtools/source/config/optionsdrawinglayer.cxx +++ b/svtools/source/config/optionsdrawinglayer.cxx @@ -17,10 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifdef _MSC_VER -#pragma hdrstop -#endif - #include <svtools/optionsdrawinglayer.hxx> #include <unotools/configmgr.hxx> #include <unotools/configitem.hxx> diff --git a/svtools/source/filter/exportdialog.cxx b/svtools/source/filter/exportdialog.cxx index 172861493557..024d6b13030a 100644 --- a/svtools/source/filter/exportdialog.cxx +++ b/svtools/source/filter/exportdialog.cxx @@ -18,10 +18,6 @@ */ -#ifndef __GNUC__ -# pragma hdrstop -#endif - #include <tools/stream.hxx> #include <tools/fract.hxx> #include <vcl/graphicfilter.hxx> |