[ooo-build-commit] .: 2 commits - odk/examples

Petr Mladek pmladek at kemper.freedesktop.org
Tue Oct 5 10:13:20 PDT 2010


 odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.hxx |    2 --
 odk/examples/cpp/complextoolbarcontrols/MyJob.cxx                                                |    2 --
 2 files changed, 4 deletions(-)

New commits:
commit 79afc21e15a4daa795e579f93c6ea697aa4163f9
Author: Petr Mladek <pmladek at suse.cz>
Date:   Tue Oct 5 15:55:21 2010 +0200

    more removed include guards using fixguard.py

diff --git a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.hxx b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.hxx
index 604ddac..9810b6f 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 
 {
commit 8cf31d38930bb6c7fc2014cbd6a6dbd4b1c2a3c1
Author: Petr Mladek <pmladek at suse.cz>
Date:   Mon Oct 4 16:59:53 2010 +0200

    remove include guards using fixguard.py

diff --git a/odk/examples/cpp/complextoolbarcontrols/MyJob.cxx b/odk/examples/cpp/complextoolbarcontrols/MyJob.cxx
index 746aad7..55e9025 100644
--- a/odk/examples/cpp/complextoolbarcontrols/MyJob.cxx
+++ b/odk/examples/cpp/complextoolbarcontrols/MyJob.cxx
@@ -26,9 +26,7 @@
  ************************************************************************/
 
 
-#ifndef _MyJob_HXX
 #include "MyJob.h"
-#endif
 #include <osl/diagnose.h>
 #include <com/sun/star/lang/XMultiServiceFactory.hpp>
 #include <com/sun/star/beans/NamedValue.hpp>


More information about the ooo-build-commit mailing list