summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 18:27:17 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:06 +0200
commitff154adfdc11a6fc8363169af164e760d86b0643 (patch)
tree8e9f04a8d1f24f3afab665bdf35198fcdbd62ceb
parent0882cc667551fbc7db66936584f3ebfbc7640141 (diff)
fixincludeguards.sh: comphelper
-rw-r--r--comphelper/source/inc/comphelper_module.hxx6
-rw-r--r--comphelper/source/misc/documentiologring.hxx4
-rw-r--r--comphelper/source/misc/instancelocker.hxx4
-rw-r--r--comphelper/source/misc/officerestartmanager.hxx4
-rw-r--r--comphelper/source/officeinstdir/officeinstallationdirectories.hxx6
-rw-r--r--comphelper/source/property/opropertybag.hxx6
6 files changed, 15 insertions, 15 deletions
diff --git a/comphelper/source/inc/comphelper_module.hxx b/comphelper/source/inc/comphelper_module.hxx
index 1a56d00e5127..ade28a18e637 100644
--- a/comphelper/source/inc/comphelper_module.hxx
+++ b/comphelper/source/inc/comphelper_module.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef COMPHELPER_COMPHELPER_MODULE_HXX
-#define COMPHELPER_COMPHELPER_MODULE_HXX
+#ifndef INCLUDED_COMPHELPER_SOURCE_INC_COMPHELPER_MODULE_HXX
+#define INCLUDED_COMPHELPER_SOURCE_INC_COMPHELPER_MODULE_HXX
#include "comphelper/componentmodule.hxx"
@@ -81,6 +81,6 @@ namespace comphelper { namespace module
} } // namespace comphelper::module
-#endif // COMPHELPER_COMPHELPER_MODULE_HXX
+#endif // INCLUDED_COMPHELPER_SOURCE_INC_COMPHELPER_MODULE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/comphelper/source/misc/documentiologring.hxx b/comphelper/source/misc/documentiologring.hxx
index 3c5b9d721892..0b34bb4f5774 100644
--- a/comphelper/source/misc/documentiologring.hxx
+++ b/comphelper/source/misc/documentiologring.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __DOCUMENTIOLOGRING_HXX_
-#define __DOCUMENTIOLOGRING_HXX_
+#ifndef INCLUDED_COMPHELPER_SOURCE_MISC_DOCUMENTIOLOGRING_HXX
+#define INCLUDED_COMPHELPER_SOURCE_MISC_DOCUMENTIOLOGRING_HXX
#include <com/sun/star/logging/XSimpleLogRing.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
diff --git a/comphelper/source/misc/instancelocker.hxx b/comphelper/source/misc/instancelocker.hxx
index 5de92e1922dd..ad777eb754d7 100644
--- a/comphelper/source/misc/instancelocker.hxx
+++ b/comphelper/source/misc/instancelocker.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __INSTANCELOCKER_HXX_
-#define __INSTANCELOCKER_HXX_
+#ifndef INCLUDED_COMPHELPER_SOURCE_MISC_INSTANCELOCKER_HXX
+#define INCLUDED_COMPHELPER_SOURCE_MISC_INSTANCELOCKER_HXX
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/lang/XComponent.hpp>
diff --git a/comphelper/source/misc/officerestartmanager.hxx b/comphelper/source/misc/officerestartmanager.hxx
index b63c9b4d242c..72e2238d2d4e 100644
--- a/comphelper/source/misc/officerestartmanager.hxx
+++ b/comphelper/source/misc/officerestartmanager.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __OFFICESTARTMANAGER_HXX_
-#define __OFFICESTARTMANAGER_HXX_
+#ifndef INCLUDED_COMPHELPER_SOURCE_MISC_OFFICERESTARTMANAGER_HXX
+#define INCLUDED_COMPHELPER_SOURCE_MISC_OFFICERESTARTMANAGER_HXX
#include <com/sun/star/task/XRestartManager.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
diff --git a/comphelper/source/officeinstdir/officeinstallationdirectories.hxx b/comphelper/source/officeinstdir/officeinstallationdirectories.hxx
index 8f32f934ddf5..5e07215453b3 100644
--- a/comphelper/source/officeinstdir/officeinstallationdirectories.hxx
+++ b/comphelper/source/officeinstdir/officeinstallationdirectories.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_OFFICEINSTALLATIONDIRECTORIES_HXX
-#define INCLUDED_OFFICEINSTALLATIONDIRECTORIES_HXX
+#ifndef INCLUDED_COMPHELPER_SOURCE_OFFICEINSTDIR_OFFICEINSTALLATIONDIRECTORIES_HXX
+#define INCLUDED_COMPHELPER_SOURCE_OFFICEINSTDIR_OFFICEINSTALLATIONDIRECTORIES_HXX
#include "osl/mutex.hxx"
#include "cppuhelper/implbase2.hxx"
@@ -97,6 +97,6 @@ private:
} // namespace comphelper
-#endif /* !INCLUDED_OFFICEINSTALLATIONDIRECTORIES_HXX */
+#endif /* ! INCLUDED_COMPHELPER_SOURCE_OFFICEINSTDIR_OFFICEINSTALLATIONDIRECTORIES_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/comphelper/source/property/opropertybag.hxx b/comphelper/source/property/opropertybag.hxx
index f7589c3a19cf..9cabfa0ac5e1 100644
--- a/comphelper/source/property/opropertybag.hxx
+++ b/comphelper/source/property/opropertybag.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef COMPHELPER_OPROPERTYBAG_HXX
-#define COMPHELPER_OPROPERTYBAG_HXX
+#ifndef INCLUDED_COMPHELPER_SOURCE_PROPERTY_OPROPERTYBAG_HXX
+#define INCLUDED_COMPHELPER_SOURCE_PROPERTY_OPROPERTYBAG_HXX
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
@@ -231,6 +231,6 @@ namespace comphelper
} // namespace comphelper
-#endif // COMPHELPER_OPROPERTYBAG_HXX
+#endif // INCLUDED_COMPHELPER_SOURCE_PROPERTY_OPROPERTYBAG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */