diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-11 09:07:21 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-13 10:10:33 +0200 |
commit | 7cc627ff79aeda1971ee0d8bfd7b0d5d773384f9 (patch) | |
tree | eb503ed8e5447cee0107b89e33b6dbdc450e2fa8 /dbaccess | |
parent | 46f52010e08ebc03c8a8efacd887b0ab526efaed (diff) |
update_pch
Change-Id: Ic1dae7aac2f4367b4196ba3128c0aea9be1fbbda
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/inc/pch/precompiled_dbaxml.hxx | 2 | ||||
-rw-r--r-- | dbaccess/inc/pch/precompiled_dbu.hxx | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/dbaccess/inc/pch/precompiled_dbaxml.hxx b/dbaccess/inc/pch/precompiled_dbaxml.hxx index 01c6df6efb51..d4d225811ed7 100644 --- a/dbaccess/inc/pch/precompiled_dbaxml.hxx +++ b/dbaccess/inc/pch/precompiled_dbaxml.hxx @@ -123,6 +123,7 @@ #include <xmloff/XMLConstantsPropertyHandler.hxx> #include <xmloff/contextid.hxx> #include <xmloff/families.hxx> +#include <xmloff/maptype.hxx> #include <xmloff/nmspmap.hxx> #include <xmloff/txtimp.hxx> #include <xmloff/xmlement.hxx> @@ -133,6 +134,7 @@ #include <xmloff/xmlprcon.hxx> #include <xmloff/xmlscripti.hxx> #include <xmloff/xmltoken.hxx> +#include <xmloff/xmltypes.hxx> #include <xmloff/xmluconv.hxx> /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/dbaccess/inc/pch/precompiled_dbu.hxx b/dbaccess/inc/pch/precompiled_dbu.hxx index 30aafecd88d1..bdcebd7460f6 100644 --- a/dbaccess/inc/pch/precompiled_dbu.hxx +++ b/dbaccess/inc/pch/precompiled_dbu.hxx @@ -108,6 +108,7 @@ #include <com/sun/star/form/XResetListener.hpp> #include <com/sun/star/form/XSubmit.hpp> #include <com/sun/star/form/XSubmitListener.hpp> +#include <com/sun/star/form/runtime/FormOperations.hpp> #include <com/sun/star/form/runtime/XFormController.hpp> #include <com/sun/star/frame/Desktop.hpp> #include <com/sun/star/frame/Frame.hpp> |