From 6a71f121bd4b1ab5567fdb07a048715c4fd38097 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Mon, 2 Jul 2012 14:24:05 +0200 Subject: xmloff precompiled headers Change-Id: Iae5ec6d6af8ebfa38f560dddc5a93a0386772f4d --- xmloff/Library_xo.mk | 3 +++ xmloff/inc/pch/precompiled_xmloff.cxx | 12 ++++++++++ xmloff/inc/pch/precompiled_xmloff.hxx | 45 +++++++++++++++++++++++++++++++++++ 3 files changed, 60 insertions(+) create mode 100644 xmloff/inc/pch/precompiled_xmloff.cxx create mode 100644 xmloff/inc/pch/precompiled_xmloff.hxx (limited to 'xmloff') diff --git a/xmloff/Library_xo.mk b/xmloff/Library_xo.mk index 4c653db00293..89ccb206e1de 100644 --- a/xmloff/Library_xo.mk +++ b/xmloff/Library_xo.mk @@ -23,7 +23,10 @@ $(eval $(call gb_Library_set_componentfile,xo,xmloff/util/xo)) $(eval $(call gb_Library_use_package,xo,xmloff_inc)) +$(eval $(call gb_Library_add_precompiled_header,xo,$(SRCDIR)/xmloff/inc/pch/precompiled_xmloff)) + $(eval $(call gb_Library_set_include,xo,\ + -I$(SRCDIR)/xmloff/inc/pch \ -I$(SRCDIR)/xmloff/inc \ $$(INCLUDE) \ )) diff --git a/xmloff/inc/pch/precompiled_xmloff.cxx b/xmloff/inc/pch/precompiled_xmloff.cxx new file mode 100644 index 000000000000..b9a0df6a1a0b --- /dev/null +++ b/xmloff/inc/pch/precompiled_xmloff.cxx @@ -0,0 +1,12 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ + +#include "precompiled_xmloff.hxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmloff/inc/pch/precompiled_xmloff.hxx b/xmloff/inc/pch/precompiled_xmloff.hxx new file mode 100644 index 000000000000..66bd46e7d610 --- /dev/null +++ b/xmloff/inc/pch/precompiled_xmloff.hxx @@ -0,0 +1,45 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ + +#ifdef PRECOMPILED_HEADERS + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit