summaryrefslogtreecommitdiff
path: root/forms/source/inc/listenercontainers.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-11-05 02:31:05 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-11-05 09:28:53 +0100
commitbdf7b2715ef7463b46cfdf334cf7699ac063a9b4 (patch)
treea62214773d34d931ac10224ab506060659a36d15 /forms/source/inc/listenercontainers.hxx
parentc91d7e97595322b6a8b5fbc69fe41429e434c92f (diff)
fixincludeguards.sh: forms
Change-Id: I634371fcd867f20e20384f75d613dab5f69a246c
Diffstat (limited to 'forms/source/inc/listenercontainers.hxx')
-rw-r--r--forms/source/inc/listenercontainers.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/inc/listenercontainers.hxx b/forms/source/inc/listenercontainers.hxx
index 1e9809b390ab..a453c11c0d65 100644
--- a/forms/source/inc/listenercontainers.hxx
+++ b/forms/source/inc/listenercontainers.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef FORMS_SOURCE_INC_LISTENERCONTAINERS_HXX
-#define FORMS_SOURCE_INC_LISTENERCONTAINERS_HXX
+#ifndef INCLUDED_FORMS_SOURCE_INC_LISTENERCONTAINERS_HXX
+#define INCLUDED_FORMS_SOURCE_INC_LISTENERCONTAINERS_HXX
#include <com/sun/star/form/XResetListener.hpp>
#include <comphelper/listenernotification.hxx>
@@ -126,6 +126,6 @@ namespace frm
} // namespace frm
//........................................................................
-#endif // FORMS_SOURCE_INC_LISTENERCONTAINERS_HXX
+#endif // INCLUDED_FORMS_SOURCE_INC_LISTENERCONTAINERS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */