diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-10-22 20:00:30 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-11-19 13:47:40 +0100 |
commit | e4926e844e3f6bbd169aec7124fe185ee184c7fa (patch) | |
tree | 96695d8a89b0ae89a2880f32ee47f16739a17ed7 /chart2/inc/pch | |
parent | 749d28227b8562431e2f10d47e3f511d535df430 (diff) |
fix windows build
Change-Id: I51942eb3719459abc0353a7fd024784f2c4abdb3
Diffstat (limited to 'chart2/inc/pch')
-rwxr-xr-x | chart2/inc/pch/precompiled_chartopengl.cxx | 18 | ||||
-rwxr-xr-x | chart2/inc/pch/precompiled_chartopengl.hxx | 12 |
2 files changed, 30 insertions, 0 deletions
diff --git a/chart2/inc/pch/precompiled_chartopengl.cxx b/chart2/inc/pch/precompiled_chartopengl.cxx new file mode 100755 index 000000000000..f05ecffa74e0 --- /dev/null +++ b/chart2/inc/pch/precompiled_chartopengl.cxx @@ -0,0 +1,18 @@ +/* -*- 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/. + */ + +/* + This file has been autogenerated by update_pch.sh . It is possible to edit it + manually (such as when an include file has been moved/renamed/removed. All such + manual changes will be rewritten by the next run of update_pch.sh (which presumably + also fixes all possible problems, so it's usually better to use it). +*/ + + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/inc/pch/precompiled_chartopengl.hxx b/chart2/inc/pch/precompiled_chartopengl.hxx new file mode 100755 index 000000000000..8446c33a9eda --- /dev/null +++ b/chart2/inc/pch/precompiled_chartopengl.hxx @@ -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_chartopengl.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |