summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2012-12-15 17:35:28 -0500
committerLuboš Luňák <l.lunak@suse.cz>2012-12-17 17:10:30 +0000
commit34e79c19babc0e6cc281025b40635b91dca444f3 (patch)
tree73e2bd1ab4122cec69780da6ea83770a879048c1 /xmloff
parentf55f86e016e8d1b509be1e7ba59919301dc17d67 (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')
-rw-r--r--xmloff/Library_xo.mk2
-rw-r--r--xmloff/inc/pch/precompiled_xo.cxx (renamed from xmloff/inc/pch/precompiled_xmloff.cxx)2
-rw-r--r--xmloff/inc/pch/precompiled_xo.hxx (renamed from xmloff/inc/pch/precompiled_xmloff.hxx)0
3 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/Library_xo.mk b/xmloff/Library_xo.mk
index 95f9ba893eda..b8164826f2df 100644
--- a/xmloff/Library_xo.mk
+++ b/xmloff/Library_xo.mk
@@ -23,7 +23,7 @@ $(eval $(call gb_Library_set_componentfile,xo,xmloff/util/xo))
$(eval $(call gb_Library_use_package,xo,xmloff_inc))
-$(eval $(call gb_Library_set_precompiled_header,xo,$(SRCDIR)/xmloff/inc/pch/precompiled_xmloff))
+$(eval $(call gb_Library_set_precompiled_header,xo,$(SRCDIR)/xmloff/inc/pch/precompiled_xo))
$(eval $(call gb_Library_set_include,xo,\
-I$(SRCDIR)/xmloff/inc \
diff --git a/xmloff/inc/pch/precompiled_xmloff.cxx b/xmloff/inc/pch/precompiled_xo.cxx
index b9a0df6a1a0b..64b16a2cb1ab 100644
--- a/xmloff/inc/pch/precompiled_xmloff.cxx
+++ b/xmloff/inc/pch/precompiled_xo.cxx
@@ -7,6 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include "precompiled_xmloff.hxx"
+#include "precompiled_xo.hxx"
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/inc/pch/precompiled_xmloff.hxx b/xmloff/inc/pch/precompiled_xo.hxx
index 845df837457f..845df837457f 100644
--- a/xmloff/inc/pch/precompiled_xmloff.hxx
+++ b/xmloff/inc/pch/precompiled_xo.hxx