diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:27:50 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:27:50 -0600 |
commit | 2f27c67db3e512f12d337349ac1f93d2b38593d6 (patch) | |
tree | 3f46fb46f480f4c6bf5d127f033138de780a0509 /xmloff/source/table | |
parent | 06bb56ed114c8d3caac9bf70ad44f62dcaf09c6e (diff) |
remove include of pch header from xmloff
Diffstat (limited to 'xmloff/source/table')
-rw-r--r-- | xmloff/source/table/XMLTableExport.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/table/XMLTableImport.cxx | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/xmloff/source/table/XMLTableExport.cxx b/xmloff/source/table/XMLTableExport.cxx index 6405528b2600..1a0934a0c7ad 100644 --- a/xmloff/source/table/XMLTableExport.cxx +++ b/xmloff/source/table/XMLTableExport.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_xmloff.hxx" #include "xmloff/dllapi.h" #include "sal/config.h" diff --git a/xmloff/source/table/XMLTableImport.cxx b/xmloff/source/table/XMLTableImport.cxx index ff17e07e1dbe..c84520c77900 100644 --- a/xmloff/source/table/XMLTableImport.cxx +++ b/xmloff/source/table/XMLTableImport.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_xmloff.hxx" #include <com/sun/star/style/XStyleFamiliesSupplier.hpp> #include <com/sun/star/table/XTableRows.hpp> |