diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-07-02 17:43:32 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-12-10 14:46:46 +0100 |
commit | 022712c56a985cb78f0eac0e74a5b618f68eb379 (patch) | |
tree | ac13c9871d90f4d2752788fac97afe08ed97e664 /xmloff | |
parent | 24ae46df5ed90c4f563e8acfbf66ce3bb14e6f5d (diff) |
include guards for precompiled_xxx.hxx files
It seems this makes clang somewhat faster.
Change-Id: I5a22763acf7991c45d7e9fd25eb0b5bda1fae27f
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/pch/precompiled_xmloff.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmloff/inc/pch/precompiled_xmloff.hxx b/xmloff/inc/pch/precompiled_xmloff.hxx index d56bd07ea710..7546a34496db 100644 --- a/xmloff/inc/pch/precompiled_xmloff.hxx +++ b/xmloff/inc/pch/precompiled_xmloff.hxx @@ -49,6 +49,8 @@ #include <boost/scoped_array.hpp> #include <boost/type.hpp> +#ifndef PRECOMPILED_XMLOFF_HXX +#define PRECOMPILED_XMLOFF_HXX //---MARKER--- #include "sal/config.h" @@ -1275,4 +1277,6 @@ #endif +#endif // PRECOMPILED_XMLOFF_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |