diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-06-04 16:25:39 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-06-04 21:18:40 +0200 |
commit | 13b25198008e621c881416b0d6898c1b41375728 (patch) | |
tree | 279f23fe69a2201888322c985caeb1c8baaf1381 /cppuhelper/inc/pch/precompiled_cppuhelper.cxx | |
parent | 530899ba181cf7ae34c99ee061958b9e540082b6 (diff) |
update_pch: add a bunch of pch files
connectivity: 3m52s -> 2m47s
cppcanvas: 28s -> 13s
cppuhelper: 20s -> 14s
dbaccess: 2m38s -> 2m01s
hwpfilter: 16s -> 13s
sot: 21s -> 16s
Change-Id: I49286bfe6be73dd1b861be632b95e17a99e82f8a
Diffstat (limited to 'cppuhelper/inc/pch/precompiled_cppuhelper.cxx')
-rw-r--r-- | cppuhelper/inc/pch/precompiled_cppuhelper.cxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cppuhelper/inc/pch/precompiled_cppuhelper.cxx b/cppuhelper/inc/pch/precompiled_cppuhelper.cxx new file mode 100644 index 000000000000..1c3b450360a7 --- /dev/null +++ b/cppuhelper/inc/pch/precompiled_cppuhelper.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_cppuhelper.hxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |