diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-05 15:55:21 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:12:39 +0200 |
commit | 1540d92828db0f732806c398638f3fb175d3253c (patch) | |
tree | a9a4a77f169a05d6b6c05943943394ef979b64e3 | |
parent | efb8b235e0126896162166cb976555d71680a30b (diff) |
more removed include guards using fixguard.py
-rw-r--r-- | odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.hxx b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.hxx index c0f423d5fd61..1addb60b9f39 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.hxx +++ b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.hxx @@ -44,9 +44,7 @@ #include <com/sun/star/lang/XServiceInfo.hpp> #include <cppuhelper/implbase5.hxx> -#ifndef _CPPUHELPER_IMPLBASE4_HXX_ #include <cppuhelper/implbase3.hxx> -#endif enum FilterType { |