diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-12-15 17:35:28 -0500 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-12-17 17:10:30 +0000 |
commit | 34e79c19babc0e6cc281025b40635b91dca444f3 (patch) | |
tree | 73e2bd1ab4122cec69780da6ea83770a879048c1 /xmloff/inc/pch/precompiled_xo.cxx | |
parent | f55f86e016e8d1b509be1e7ba59919301dc17d67 (diff) |
add script to regenerate pch files
based on a script by Lubos Lunak
(http://article.gmane.org/gmane.comp.documentfoundation.libreoffice.devel/40210)
Change-Id: Ib32de8be8a57b3b430f4b5b298b7f417e5a02ccb
Reviewed-on: https://gerrit.libreoffice.org/1350
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'xmloff/inc/pch/precompiled_xo.cxx')
-rw-r--r-- | xmloff/inc/pch/precompiled_xo.cxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/xmloff/inc/pch/precompiled_xo.cxx b/xmloff/inc/pch/precompiled_xo.cxx new file mode 100644 index 000000000000..64b16a2cb1ab --- /dev/null +++ b/xmloff/inc/pch/precompiled_xo.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_xo.hxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |