diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-04 16:59:53 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:12:39 +0200 |
commit | efb8b235e0126896162166cb976555d71680a30b (patch) | |
tree | 8c0f59676588cec4a4309ed7c6aa4f22921f8dc7 /odk/examples/cpp | |
parent | d3c455c0f9e632790e8bfd7d83010fa94075624e (diff) |
remove include guards using fixguard.py
Diffstat (limited to 'odk/examples/cpp')
-rw-r--r-- | odk/examples/cpp/complextoolbarcontrols/MyJob.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/odk/examples/cpp/complextoolbarcontrols/MyJob.cxx b/odk/examples/cpp/complextoolbarcontrols/MyJob.cxx index fa2725c721ce..150308546ed2 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> |