diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:24:50 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:24:50 -0600 |
commit | 2fcfed5785bad09599b7a7d480f817523be97a42 (patch) | |
tree | 67c1c58d80e75a9d3b06516ee1d80bce6d8a754b /svx/source/xml | |
parent | ac33b825d16094b8ac045f098289551b6d4d43af (diff) |
remove include of pch header from svx
Diffstat (limited to 'svx/source/xml')
-rw-r--r-- | svx/source/xml/xmleohlp.cxx | 2 | ||||
-rw-r--r-- | svx/source/xml/xmlexport.cxx | 2 | ||||
-rw-r--r-- | svx/source/xml/xmlgrhlp.cxx | 2 | ||||
-rw-r--r-- | svx/source/xml/xmlxtexp.cxx | 2 | ||||
-rw-r--r-- | svx/source/xml/xmlxtimp.cxx | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/svx/source/xml/xmleohlp.cxx b/svx/source/xml/xmleohlp.cxx index 03f8d3ebafff..83bf4648fec5 100644 --- a/svx/source/xml/xmleohlp.cxx +++ b/svx/source/xml/xmleohlp.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_svx.hxx" #include <stdio.h> #include <com/sun/star/io/XStream.hpp> diff --git a/svx/source/xml/xmlexport.cxx b/svx/source/xml/xmlexport.cxx index c14a71d82ac8..98b40c695f02 100644 --- a/svx/source/xml/xmlexport.cxx +++ b/svx/source/xml/xmlexport.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_svx.hxx" #include <tools/debug.hxx> #include <tools/diagnose_ex.h> #include <com/sun/star/xml/sax/InputSource.hpp> diff --git a/svx/source/xml/xmlgrhlp.cxx b/svx/source/xml/xmlgrhlp.cxx index 7a2f20a3dd22..e96375908d21 100644 --- a/svx/source/xml/xmlgrhlp.cxx +++ b/svx/source/xml/xmlgrhlp.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_svx.hxx" #include <sal/macros.h> #include <rtl/strbuf.hxx> #include <com/sun/star/embed/XTransactedObject.hpp> diff --git a/svx/source/xml/xmlxtexp.cxx b/svx/source/xml/xmlxtexp.cxx index adaae1c8edd5..339b09c5fe83 100644 --- a/svx/source/xml/xmlxtexp.cxx +++ b/svx/source/xml/xmlxtexp.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_svx.hxx" #include <tools/debug.hxx> #include <tools/urlobj.hxx> #include <com/sun/star/container/XNameContainer.hpp> diff --git a/svx/source/xml/xmlxtimp.cxx b/svx/source/xml/xmlxtimp.cxx index b61096b89e9d..604c6fb7d82c 100644 --- a/svx/source/xml/xmlxtimp.cxx +++ b/svx/source/xml/xmlxtimp.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_svx.hxx" #include <tools/debug.hxx> #include <tools/urlobj.hxx> #include <com/sun/star/document/XGraphicObjectResolver.hpp> |