summaryrefslogtreecommitdiff
path: root/include/framework/configimporter.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:18:54 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:31 +0200
commit1130a359cb89028b42f366f46bdf034ad13ae540 (patch)
tree6acbd8d220fee0dab8d6911c1968ee9964534beb /include/framework/configimporter.hxx
parent29c0fdc6457243e7b7262b4db86c82b23a7ee0f1 (diff)
fixincludeguards.sh: include - the rest
Change-Id: If1ee11da444a7f96f2d8668b277540da0bb4dbe9
Diffstat (limited to 'include/framework/configimporter.hxx')
-rw-r--r--include/framework/configimporter.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/framework/configimporter.hxx b/include/framework/configimporter.hxx
index 06b6467f6c2a..c5552a354592 100644
--- a/include/framework/configimporter.hxx
+++ b/include/framework/configimporter.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FRAMEWORK_HELPER_CONFIGIMPORTER_HXX_
-#define __FRAMEWORK_HELPER_CONFIGIMPORTER_HXX_
+#ifndef INCLUDED_FRAMEWORK_CONFIGIMPORTER_HXX
+#define INCLUDED_FRAMEWORK_CONFIGIMPORTER_HXX
#include <com/sun/star/container/XIndexContainer.hpp>
#include <com/sun/star/embed/XStorage.hpp>
@@ -42,6 +42,6 @@ namespace framework
} // namespace framework
-#endif // __FRAMEWORK_HELPER_CONFIGIMPORTER_HXX_
+#endif // INCLUDED_FRAMEWORK_CONFIGIMPORTER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */