summaryrefslogtreecommitdiff
path: root/basegfx/inc/pch/precompiled_basegfx.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-15 09:06:06 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-15 10:01:24 +0200
commit7e586cee33a978703bfc11571adc3cf68a4d714e (patch)
tree6235fd323fde88b61cb7b466e272146cf5f33a53 /basegfx/inc/pch/precompiled_basegfx.cxx
parent350b88c2b7871eb34f945f2ada7b03717f661bdc (diff)
update_pch: add basegfx
29s -> 14s Change-Id: If9fe85d21d471b13c92a3ca1f1af57f146c8565d
Diffstat (limited to 'basegfx/inc/pch/precompiled_basegfx.cxx')
-rw-r--r--basegfx/inc/pch/precompiled_basegfx.cxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/basegfx/inc/pch/precompiled_basegfx.cxx b/basegfx/inc/pch/precompiled_basegfx.cxx
new file mode 100644
index 000000000000..f43d7d6d20c6
--- /dev/null
+++ b/basegfx/inc/pch/precompiled_basegfx.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_basegfx.hxx"
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */