From 569ff6727e54d5ce8c19ae51a9a651a98c8096d3 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Fri, 9 May 2014 20:04:08 +0200 Subject: update_pch: add a bunch of pch files I had to fix some source files because of macro redefinitions and such stuff. Small modules like basic have a great win, too: make basic.clean && time make basic: with w/o pch pch accessibility 23s 1m59s basctl 30s 1m42s basic 56s 1m35s comphelper 23s 51s editeng 48s 2m04s forms 40s 1m40s unotools 19s 38s sd 3m37s 4m33s Change-Id: Id24cdcddbe2ff64820b42266325c25af1355558f Reviewed-on: https://gerrit.libreoffice.org/9293 Tested-by: LibreOffice gerrit bot Reviewed-by: Thomas Arnhold --- include/xmloff/unoatrcn.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/xmloff/unoatrcn.hxx') diff --git a/include/xmloff/unoatrcn.hxx b/include/xmloff/unoatrcn.hxx index 429f0ebf7769..7f265e478d0a 100644 --- a/include/xmloff/unoatrcn.hxx +++ b/include/xmloff/unoatrcn.hxx @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#ifndef INCLUDED_XMLOFF_UNOATRCN_HXX +#define INCLUDED_XMLOFF_UNOATRCN_HXX + #include #include #include @@ -76,4 +79,6 @@ public: friend ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SvUnoAttributeContainer_CreateInstance( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & rSMgr ) throw( ::com::sun::star::uno::Exception ); }; +#endif + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit