diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:28:28 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:28:28 -0600 |
commit | b33971cb124de2bea5332d6adb802bd84eb57652 (patch) | |
tree | b6130f0a5154f307e9dc1d6d3fd8fe381dbe9bd9 /xmlsecurity/source/component | |
parent | b080fa47eb02204ea6722a5b144e6aee3126c411 (diff) |
remove include of pch header from xmlsecurity
Diffstat (limited to 'xmlsecurity/source/component')
-rw-r--r-- | xmlsecurity/source/component/certificatecontainer.cxx | 1 | ||||
-rw-r--r-- | xmlsecurity/source/component/documentdigitalsignatures.cxx | 2 | ||||
-rw-r--r-- | xmlsecurity/source/component/registerservices.cxx | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/xmlsecurity/source/component/certificatecontainer.cxx b/xmlsecurity/source/component/certificatecontainer.cxx index 97c5c08864d6..9167be9a5653 100644 --- a/xmlsecurity/source/component/certificatecontainer.cxx +++ b/xmlsecurity/source/component/certificatecontainer.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_xmlsecurity.hxx" #include <certificatecontainer.hxx> #include <sal/config.h> diff --git a/xmlsecurity/source/component/documentdigitalsignatures.cxx b/xmlsecurity/source/component/documentdigitalsignatures.cxx index e55976575cb1..f5463d7caa41 100644 --- a/xmlsecurity/source/component/documentdigitalsignatures.cxx +++ b/xmlsecurity/source/component/documentdigitalsignatures.cxx @@ -26,9 +26,7 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_xmlsecurity.hxx" #include <documentdigitalsignatures.hxx> #include <xmlsecurity/digitalsignaturesdialog.hxx> diff --git a/xmlsecurity/source/component/registerservices.cxx b/xmlsecurity/source/component/registerservices.cxx index b3bc997a5761..2be9c7ddb0f0 100644 --- a/xmlsecurity/source/component/registerservices.cxx +++ b/xmlsecurity/source/component/registerservices.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_xmlsecurity.hxx" #include <tools/debug.hxx> #include <com/sun/star/lang/XSingleServiceFactory.hpp> |