summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-07-07 01:22:59 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-12-10 14:46:49 +0100
commitcaa75df6e832382191fa15bcc0a5002c4123cc61 (patch)
tree9d6b1fc7344b5d8b92a1c09cc4aae8460b63ca9d /xmloff
parenteb7ae5fe2a43e2022afd5670dd1c2fe1f7cce481 (diff)
remove unneeded PCH stuff
Since the PCH is now explicitly included using the command line, it is no longer necessary to have include guards or #ifdefs for enabling it. Change-Id: Ie64fdc75129af7097213d86f2daec461993fb6f4
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/inc/pch/precompiled_xmloff.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/xmloff/inc/pch/precompiled_xmloff.hxx b/xmloff/inc/pch/precompiled_xmloff.hxx
index d3d32efa0a66..988155d9ba6e 100644
--- a/xmloff/inc/pch/precompiled_xmloff.hxx
+++ b/xmloff/inc/pch/precompiled_xmloff.hxx
@@ -16,8 +16,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifdef PRECOMPILED_HEADERS
-
#include <iostream>
#include <sstream>
#include <vector>
@@ -49,9 +47,6 @@
#include <boost/scoped_array.hpp>
#include <boost/type.hpp>
-#ifndef PRECOMPILED_XMLOFF_HXX
-#define PRECOMPILED_XMLOFF_HXX
-
#if 1
//---MARKER---
#include "sal/config.h"
@@ -1278,8 +1273,4 @@
#endif
-#endif
-
-#endif // PRECOMPILED_XMLOFF_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */