summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 22:47:44 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:13 +0200
commit8bb2ce61c03886d8b323288dc92d74fc1e45da4e (patch)
tree7c26a4701873df3bab364fb7e9a386aef6a12c99 /cppuhelper
parente9f918cefc0183f6a7322a427b6eaf8f37615e21 (diff)
fixincludeguards.sh: some smaller dirs
Change-Id: Ic25bd678dc299627299b22145efd7bebcf2b39d0
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/loadsharedlibcomponentfactory.hxx4
-rw-r--r--cppuhelper/source/macro_expander.hxx4
-rw-r--r--cppuhelper/source/paths.hxx4
-rw-r--r--cppuhelper/test/testcmp/TestComponent.hxx4
4 files changed, 8 insertions, 8 deletions
diff --git a/cppuhelper/source/loadsharedlibcomponentfactory.hxx b/cppuhelper/source/loadsharedlibcomponentfactory.hxx
index 9119674f9af6..7f3de191b698 100644
--- a/cppuhelper/source/loadsharedlibcomponentfactory.hxx
+++ b/cppuhelper/source/loadsharedlibcomponentfactory.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef CPPUHELPER_SOURCE_LOADSHAREDLIBCOMPONENTFACTORY_HXX
-#define CPPUHELPER_SOURCE_LOADSHAREDLIBCOMPONENTFACTORY_HXX
+#ifndef INCLUDED_CPPUHELPER_SOURCE_LOADSHAREDLIBCOMPONENTFACTORY_HXX
+#define INCLUDED_CPPUHELPER_SOURCE_LOADSHAREDLIBCOMPONENTFACTORY_HXX
#include <sal/config.h>
diff --git a/cppuhelper/source/macro_expander.hxx b/cppuhelper/source/macro_expander.hxx
index fdba6cd0ab3a..67716ebf6a34 100644
--- a/cppuhelper/source/macro_expander.hxx
+++ b/cppuhelper/source/macro_expander.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef CPPUHELPER_SOURCE_MACRO_EXPANDER_HXX
-#define CPPUHELPER_SOURCE_MACRO_EXPANDER_HXX
+#ifndef INCLUDED_CPPUHELPER_SOURCE_MACRO_EXPANDER_HXX
+#define INCLUDED_CPPUHELPER_SOURCE_MACRO_EXPANDER_HXX
#include "sal/config.h"
diff --git a/cppuhelper/source/paths.hxx b/cppuhelper/source/paths.hxx
index 37772d5a3f0c..7af92b6fda2b 100644
--- a/cppuhelper/source/paths.hxx
+++ b/cppuhelper/source/paths.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef CPPUHELPER_SOURCE_PATHS_HXX
-#define CPPUHELPER_SOURCE_PATHS_HXX
+#ifndef INCLUDED_CPPUHELPER_SOURCE_PATHS_HXX
+#define INCLUDED_CPPUHELPER_SOURCE_PATHS_HXX
#include "sal/config.h"
diff --git a/cppuhelper/test/testcmp/TestComponent.hxx b/cppuhelper/test/testcmp/TestComponent.hxx
index 9e501896862f..4ce1d9315d70 100644
--- a/cppuhelper/test/testcmp/TestComponent.hxx
+++ b/cppuhelper/test/testcmp/TestComponent.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_cppuhelper_test_testcmp_TestComponent_hxx
-#define INCLUDED_cppuhelper_test_testcmp_TestComponent_hxx
+#ifndef INCLUDED_CPPUHELPER_TEST_TESTCMP_TESTCOMPONENT_HXX
+#define INCLUDED_CPPUHELPER_TEST_TESTCMP_TESTCOMPONENT_HXX
#include <sal/types.h>
#include <rtl/ustring.hxx>