summaryrefslogtreecommitdiff
path: root/framework/source/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-11-05 02:25:45 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-11-05 09:28:53 +0100
commit15b5412fad3e6363debb33de583843ca7c9c7299 (patch)
tree5cbe55b56abd8f0b0fd546d7a75755469cb454ac /framework/source/inc
parenta2502692cd2da8665719b1769eacbf334f7c0293 (diff)
fixincludeguards.sh: framework
Change-Id: Ia6f3cb21977095df45a176db2bf68f508c70191c
Diffstat (limited to 'framework/source/inc')
-rw-r--r--framework/source/inc/accelerators/acceleratorcache.hxx6
-rw-r--r--framework/source/inc/accelerators/acceleratorconfiguration.hxx6
-rw-r--r--framework/source/inc/accelerators/documentacceleratorconfiguration.hxx6
-rw-r--r--framework/source/inc/accelerators/globalacceleratorconfiguration.hxx6
-rw-r--r--framework/source/inc/accelerators/istoragelistener.hxx6
-rw-r--r--framework/source/inc/accelerators/keymapping.hxx6
-rw-r--r--framework/source/inc/accelerators/moduleacceleratorconfiguration.hxx6
-rw-r--r--framework/source/inc/accelerators/presethandler.hxx6
-rw-r--r--framework/source/inc/accelerators/storageholder.hxx6
-rw-r--r--framework/source/inc/constant/containerquery.hxx6
-rw-r--r--framework/source/inc/dispatch/loaddispatcher.hxx6
-rw-r--r--framework/source/inc/dispatch/windowcommanddispatch.hxx4
-rw-r--r--framework/source/inc/loadenv/actionlockguard.hxx6
-rw-r--r--framework/source/inc/loadenv/loadenv.hxx6
-rw-r--r--framework/source/inc/loadenv/loadenvexception.hxx6
-rw-r--r--framework/source/inc/loadenv/targethelper.hxx6
-rw-r--r--framework/source/inc/pattern/configuration.hxx6
-rw-r--r--framework/source/inc/pattern/frame.hxx6
-rw-r--r--framework/source/inc/pattern/window.hxx6
19 files changed, 56 insertions, 56 deletions
diff --git a/framework/source/inc/accelerators/acceleratorcache.hxx b/framework/source/inc/accelerators/acceleratorcache.hxx
index dbaf0fdafc51..63986d98a41f 100644
--- a/framework/source/inc/accelerators/acceleratorcache.hxx
+++ b/framework/source/inc/accelerators/acceleratorcache.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FRAMEWORK_ACCELERATORS_ACCELERATORCACHE_HXX_
-#define __FRAMEWORK_ACCELERATORS_ACCELERATORCACHE_HXX_
+#ifndef INCLUDED_FRAMEWORK_SOURCE_INC_ACCELERATORS_ACCELERATORCACHE_HXX
+#define INCLUDED_FRAMEWORK_SOURCE_INC_ACCELERATORS_ACCELERATORCACHE_HXX
#include <threadhelp/threadhelpbase.hxx>
#include <general.h>
@@ -166,6 +166,6 @@ class AcceleratorCache : public ThreadHelpBase // attention! Must be the first b
} // namespace framework
-#endif // __FRAMEWORK_ACCELERATORS_ACCELERATORCACHE_HXX_
+#endif // INCLUDED_FRAMEWORK_SOURCE_INC_ACCELERATORS_ACCELERATORCACHE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/framework/source/inc/accelerators/acceleratorconfiguration.hxx b/framework/source/inc/accelerators/acceleratorconfiguration.hxx
index 24eb8633ab80..aa7e0dea9829 100644
--- a/framework/source/inc/accelerators/acceleratorconfiguration.hxx
+++ b/framework/source/inc/accelerators/acceleratorconfiguration.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FRAMEWORK_ACCELERATORS_ACCELERATORCONFIGURATION_HXX_
-#define __FRAMEWORK_ACCELERATORS_ACCELERATORCONFIGURATION_HXX_
+#ifndef INCLUDED_FRAMEWORK_SOURCE_INC_ACCELERATORS_ACCELERATORCONFIGURATION_HXX
+#define INCLUDED_FRAMEWORK_SOURCE_INC_ACCELERATORS_ACCELERATORCONFIGURATION_HXX
#include <accelerators/istoragelistener.hxx>
#include <accelerators/presethandler.hxx>
@@ -447,6 +447,6 @@ class XCUBasedAcceleratorConfiguration : protected ThreadHelpBase,
} // namespace framework
-#endif // __FRAMEWORK_ACCELERATORS_ACCELERATORCONFIGURATION_HXX_
+#endif // INCLUDED_FRAMEWORK_SOURCE_INC_ACCELERATORS_ACCELERATORCONFIGURATION_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/framework/source/inc/accelerators/documentacceleratorconfiguration.hxx b/framework/source/inc/accelerators/documentacceleratorconfiguration.hxx
index ce1416f0a154..fdf40459f585 100644
--- a/framework/source/inc/accelerators/documentacceleratorconfiguration.hxx
+++ b/framework/source/inc/accelerators/documentacceleratorconfiguration.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FRAMEWORK_ACCELERATORS_DOCUMENTACCELERATORCONFIGURATION_HXX_
-#define __FRAMEWORK_ACCELERATORS_DOCUMENTACCELERATORCONFIGURATION_HXX_
+#ifndef INCLUDED_FRAMEWORK_SOURCE_INC_ACCELERATORS_DOCUMENTACCELERATORCONFIGURATION_HXX
+#define INCLUDED_FRAMEWORK_SOURCE_INC_ACCELERATORS_DOCUMENTACCELERATORCONFIGURATION_HXX
#include <accelerators/acceleratorconfiguration.hxx>
#include <accelerators/istoragelistener.hxx>
@@ -106,6 +106,6 @@ class DocumentAcceleratorConfiguration : public DocumentAcceleratorConfiguration
} // namespace framework
-#endif // __FRAMEWORK_ACCELERATORS_DOCUMENTACCELERATORCONFIGURATION_HXX_
+#endif // INCLUDED_FRAMEWORK_SOURCE_INC_ACCELERATORS_DOCUMENTACCELERATORCONFIGURATION_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/framework/source/inc/accelerators/globalacceleratorconfiguration.hxx b/framework/source/inc/accelerators/globalacceleratorconfiguration.hxx
index df2e0fbfb8de..b78c528f1e58 100644
--- a/framework/source/inc/accelerators/globalacceleratorconfiguration.hxx
+++ b/framework/source/inc/accelerators/globalacceleratorconfiguration.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FRAMEWORK_ACCELERATORS_GLOBALACCELERATORCONFIGURATION_HXX_
-#define __FRAMEWORK_ACCELERATORS_GLOBALACCELERATORCONFIGURATION_HXX_
+#ifndef INCLUDED_FRAMEWORK_SOURCE_INC_ACCELERATORS_GLOBALACCELERATORCONFIGURATION_HXX
+#define INCLUDED_FRAMEWORK_SOURCE_INC_ACCELERATORS_GLOBALACCELERATORCONFIGURATION_HXX
#include <accelerators/acceleratorconfiguration.hxx>
#include <accelerators/presethandler.hxx>
@@ -90,6 +90,6 @@ class GlobalAcceleratorConfiguration : GlobalAcceleratorConfiguration_BASE
} // namespace framework
-#endif // __FRAMEWORK_ACCELERATORS_GLOBALACCELERATORCONFIGURATION_HXX_
+#endif // INCLUDED_FRAMEWORK_SOURCE_INC_ACCELERATORS_GLOBALACCELERATORCONFIGURATION_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/framework/source/inc/accelerators/istoragelistener.hxx b/framework/source/inc/accelerators/istoragelistener.hxx
index a6355067185f..9d84c26d1338 100644
--- a/framework/source/inc/accelerators/istoragelistener.hxx
+++ b/framework/source/inc/accelerators/istoragelistener.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FRAMEWORK_ACCELERATORS_ISTORAGELISTENER_HXX_
-#define __FRAMEWORK_ACCELERATORS_ISTORAGELISTENER_HXX_
+#ifndef INCLUDED_FRAMEWORK_SOURCE_INC_ACCELERATORS_ISTORAGELISTENER_HXX
+#define INCLUDED_FRAMEWORK_SOURCE_INC_ACCELERATORS_ISTORAGELISTENER_HXX
#include <general.h>
#include <stdtypes.h>
@@ -48,6 +48,6 @@ class IStorageListener
} // namespace framework
-#endif // __FRAMEWORK_ACCELERATORS_ISTORAGELISTENER_HXX_
+#endif // INCLUDED_FRAMEWORK_SOURCE_INC_ACCELERATORS_ISTORAGELISTENER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/framework/source/inc/accelerators/keymapping.hxx b/framework/source/inc/accelerators/keymapping.hxx
index 4563d60bf39a..8d8ef71a04a8 100644
--- a/framework/source/inc/accelerators/keymapping.hxx
+++ b/framework/source/inc/accelerators/keymapping.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FRAMEWORK_ACCELERATORS_KEYMAPPING_HXX_
-#define __FRAMEWORK_ACCELERATORS_KEYMAPPING_HXX_
+#ifndef INCLUDED_FRAMEWORK_SOURCE_INC_ACCELERATORS_KEYMAPPING_HXX
+#define INCLUDED_FRAMEWORK_SOURCE_INC_ACCELERATORS_KEYMAPPING_HXX
#include <general.h>
#include <stdtypes.h>
@@ -142,6 +142,6 @@ class KeyMapping
} // namespace framework
-#endif // __FRAMEWORK_ACCELERATORS_KEYMAPPING_HXX_
+#endif // INCLUDED_FRAMEWORK_SOURCE_INC_ACCELERATORS_KEYMAPPING_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/framework/source/inc/accelerators/moduleacceleratorconfiguration.hxx b/framework/source/inc/accelerators/moduleacceleratorconfiguration.hxx
index aebba355e4ff..c85d8268e096 100644
--- a/framework/source/inc/accelerators/moduleacceleratorconfiguration.hxx
+++ b/framework/source/inc/accelerators/moduleacceleratorconfiguration.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FRAMEWORK_ACCELERATORS_MODULEACCELERATORCONFIGURATION_HXX_
-#define __FRAMEWORK_ACCELERATORS_MODULEACCELERATORCONFIGURATION_HXX_
+#ifndef INCLUDED_FRAMEWORK_SOURCE_INC_ACCELERATORS_MODULEACCELERATORCONFIGURATION_HXX
+#define INCLUDED_FRAMEWORK_SOURCE_INC_ACCELERATORS_MODULEACCELERATORCONFIGURATION_HXX
#include <accelerators/acceleratorconfiguration.hxx>
#include <accelerators/presethandler.hxx>
@@ -100,6 +100,6 @@ class ModuleAcceleratorConfiguration : ModuleAcceleratorConfiguration_BASE
} // namespace framework
-#endif // __FRAMEWORK_ACCELERATORS_MODULEACCELERATORCONFIGURATION_HXX_
+#endif // INCLUDED_FRAMEWORK_SOURCE_INC_ACCELERATORS_MODULEACCELERATORCONFIGURATION_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/framework/source/inc/accelerators/presethandler.hxx b/framework/source/inc/accelerators/presethandler.hxx
index 08d2ecd8a30b..e7d67bb717ba 100644
--- a/framework/source/inc/accelerators/presethandler.hxx
+++ b/framework/source/inc/accelerators/presethandler.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FRAMEWORK_ACCELERATORS_PRESETHANDLER_HXX_
-#define __FRAMEWORK_ACCELERATORS_PRESETHANDLER_HXX_
+#ifndef INCLUDED_FRAMEWORK_SOURCE_INC_ACCELERATORS_PRESETHANDLER_HXX
+#define INCLUDED_FRAMEWORK_SOURCE_INC_ACCELERATORS_PRESETHANDLER_HXX
#include <accelerators/storageholder.hxx>
#include <threadhelp/threadhelpbase.hxx>
@@ -506,6 +506,6 @@ class PresetHandler : private ThreadHelpBase // attention! Must be the first bas
} // namespace framework
-#endif // __FRAMEWORK_ACCELERATORS_PRESETHANDLER_HXX_
+#endif // INCLUDED_FRAMEWORK_SOURCE_INC_ACCELERATORS_PRESETHANDLER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/framework/source/inc/accelerators/storageholder.hxx b/framework/source/inc/accelerators/storageholder.hxx
index 1c51cdf786aa..13bef973296a 100644
--- a/framework/source/inc/accelerators/storageholder.hxx
+++ b/framework/source/inc/accelerators/storageholder.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FRAMEWORK_ACCELERATORS_STORAGEHOLDER_HXX_
-#define __FRAMEWORK_ACCELERATORS_STORAGEHOLDER_HXX_
+#ifndef INCLUDED_FRAMEWORK_SOURCE_INC_ACCELERATORS_STORAGEHOLDER_HXX
+#define INCLUDED_FRAMEWORK_SOURCE_INC_ACCELERATORS_STORAGEHOLDER_HXX
#include <accelerators/istoragelistener.hxx>
#include <threadhelp/threadhelpbase.hxx>
@@ -214,6 +214,6 @@ class StorageHolder : private ThreadHelpBase // attention! Must be the first bas
} // namespace framework
-#endif // __FRAMEWORK_ACCELERATORS_STORAGEHOLDER_HXX_
+#endif // INCLUDED_FRAMEWORK_SOURCE_INC_ACCELERATORS_STORAGEHOLDER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/framework/source/inc/constant/containerquery.hxx b/framework/source/inc/constant/containerquery.hxx
index 1467f9b05977..889e542f1a4b 100644
--- a/framework/source/inc/constant/containerquery.hxx
+++ b/framework/source/inc/constant/containerquery.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FRAMEWORK_CONSTANT_CONTAINERQUERY_H_
-#define __FRAMEWORK_CONSTANT_CONTAINERQUERY_H_
+#ifndef INCLUDED_FRAMEWORK_SOURCE_INC_CONSTANT_CONTAINERQUERY_HXX
+#define INCLUDED_FRAMEWORK_SOURCE_INC_CONSTANT_CONTAINERQUERY_HXX
#include <sal/types.h>
@@ -36,6 +36,6 @@ struct ContainerQuery
} // namespace constant
} // namespace framework
-#endif // #ifndef __FRAMEWORK_CONSTANT_CONTAINERQUERY_H_
+#endif // INCLUDED_FRAMEWORK_SOURCE_INC_CONSTANT_CONTAINERQUERY_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/framework/source/inc/dispatch/loaddispatcher.hxx b/framework/source/inc/dispatch/loaddispatcher.hxx
index 51e06de59be0..a87ea8c010e2 100644
--- a/framework/source/inc/dispatch/loaddispatcher.hxx
+++ b/framework/source/inc/dispatch/loaddispatcher.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FRAMEWORK_DISPATCH_LOADDISPATCHER_HXX_
-#define __FRAMEWORK_DISPATCH_LOADDISPATCHER_HXX_
+#ifndef INCLUDED_FRAMEWORK_SOURCE_INC_DISPATCH_LOADDISPATCHER_HXX
+#define INCLUDED_FRAMEWORK_SOURCE_INC_DISPATCH_LOADDISPATCHER_HXX
#include <loadenv/loadenv.hxx>
@@ -131,6 +131,6 @@ class LoadDispatcher : private ThreadHelpBase
} // namespace framework
-#endif // #ifndef __FRAMEWORK_DISPATCH_LOADDISPATCHER_HXX_
+#endif // INCLUDED_FRAMEWORK_SOURCE_INC_DISPATCH_LOADDISPATCHER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/framework/source/inc/dispatch/windowcommanddispatch.hxx b/framework/source/inc/dispatch/windowcommanddispatch.hxx
index 64fc5e41a1d9..425d869ffd79 100644
--- a/framework/source/inc/dispatch/windowcommanddispatch.hxx
+++ b/framework/source/inc/dispatch/windowcommanddispatch.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FRAMEWORK_DISPATCH_WINDOWCOMMANDDISPATCH_HXX_
-#define __FRAMEWORK_DISPATCH_WINDOWCOMMANDDISPATCH_HXX_
+#ifndef INCLUDED_FRAMEWORK_SOURCE_INC_DISPATCH_WINDOWCOMMANDDISPATCH_HXX
+#define INCLUDED_FRAMEWORK_SOURCE_INC_DISPATCH_WINDOWCOMMANDDISPATCH_HXX
#include <threadhelp/threadhelpbase.hxx>
diff --git a/framework/source/inc/loadenv/actionlockguard.hxx b/framework/source/inc/loadenv/actionlockguard.hxx
index a6f453de330b..91d8325023f6 100644
--- a/framework/source/inc/loadenv/actionlockguard.hxx
+++ b/framework/source/inc/loadenv/actionlockguard.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FRAMEWORK_LOADENV_ACTIONLOCKGUARD_HXX_
-#define __FRAMEWORK_LOADENV_ACTIONLOCKGUARD_HXX_
+#ifndef INCLUDED_FRAMEWORK_SOURCE_INC_LOADENV_ACTIONLOCKGUARD_HXX
+#define INCLUDED_FRAMEWORK_SOURCE_INC_LOADENV_ACTIONLOCKGUARD_HXX
#include <threadhelp/threadhelpbase.hxx>
@@ -182,6 +182,6 @@ class ActionLockGuard : private ThreadHelpBase
} // namespace framework
-#endif // __FRAMEWORK_LOADENV_ACTIONLOCKGUARD_HXX_
+#endif // INCLUDED_FRAMEWORK_SOURCE_INC_LOADENV_ACTIONLOCKGUARD_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/framework/source/inc/loadenv/loadenv.hxx b/framework/source/inc/loadenv/loadenv.hxx
index 9fa81d21142b..dee4f0b435de 100644
--- a/framework/source/inc/loadenv/loadenv.hxx
+++ b/framework/source/inc/loadenv/loadenv.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FRAMEWORK_LOADENV_LOADENV_HXX_
-#define __FRAMEWORK_LOADENV_LOADENV_HXX_
+#ifndef INCLUDED_FRAMEWORK_SOURCE_INC_LOADENV_LOADENV_HXX
+#define INCLUDED_FRAMEWORK_SOURCE_INC_LOADENV_LOADENV_HXX
#include <loadenv/loadenvexception.hxx>
@@ -590,6 +590,6 @@ private:
} // namespace framework
-#endif // __FRAMEWORK_LOADENV_LOADENV_HXX_
+#endif // INCLUDED_FRAMEWORK_SOURCE_INC_LOADENV_LOADENV_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/framework/source/inc/loadenv/loadenvexception.hxx b/framework/source/inc/loadenv/loadenvexception.hxx
index aedb6b3beae3..23d8c2e6446d 100644
--- a/framework/source/inc/loadenv/loadenvexception.hxx
+++ b/framework/source/inc/loadenv/loadenvexception.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FRAMEWORK_LOADENV_LOADENVEXCEPTION_HXX_
-#define __FRAMEWORK_LOADENV_LOADENVEXCEPTION_HXX_
+#ifndef INCLUDED_FRAMEWORK_SOURCE_INC_LOADENV_LOADENVEXCEPTION_HXX
+#define INCLUDED_FRAMEWORK_SOURCE_INC_LOADENV_LOADENVEXCEPTION_HXX
#include <com/sun/star/uno/Any.h>
#include <com/sun/star/uno/Exception.hpp>
@@ -103,6 +103,6 @@ class LoadEnvException
} // namespace framework
-#endif // __FRAMEWORK_LOADENV_LOADENVEXCEPTION_HXX_
+#endif // INCLUDED_FRAMEWORK_SOURCE_INC_LOADENV_LOADENVEXCEPTION_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/framework/source/inc/loadenv/targethelper.hxx b/framework/source/inc/loadenv/targethelper.hxx
index 4adea994479a..fc54bd0378b7 100644
--- a/framework/source/inc/loadenv/targethelper.hxx
+++ b/framework/source/inc/loadenv/targethelper.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FRAMEWORK_TARGETHELPER_HXX_
-#define __FRAMEWORK_TARGETHELPER_HXX_
+#ifndef INCLUDED_FRAMEWORK_SOURCE_INC_LOADENV_TARGETHELPER_HXX
+#define INCLUDED_FRAMEWORK_SOURCE_INC_LOADENV_TARGETHELPER_HXX
#include <sal/types.h>
#include <rtl/ustring.hxx>
@@ -104,6 +104,6 @@ class TargetHelper
} // namespace framework
-#endif // #ifndef __FRAMEWORK_TARGETHELPER_HXX_
+#endif // INCLUDED_FRAMEWORK_SOURCE_INC_LOADENV_TARGETHELPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/framework/source/inc/pattern/configuration.hxx b/framework/source/inc/pattern/configuration.hxx
index 1e780aee32c6..a89315364e08 100644
--- a/framework/source/inc/pattern/configuration.hxx
+++ b/framework/source/inc/pattern/configuration.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FRAMEWORK_PATTERN_CONFIGURATION_HXX_
-#define __FRAMEWORK_PATTERN_CONFIGURATION_HXX_
+#ifndef INCLUDED_FRAMEWORK_SOURCE_INC_PATTERN_CONFIGURATION_HXX
+#define INCLUDED_FRAMEWORK_SOURCE_INC_PATTERN_CONFIGURATION_HXX
#include <services.h>
#include <general.h>
@@ -144,6 +144,6 @@ class ConfigurationHelper
} // namespace pattern
} // namespace framework
-#endif // __FRAMEWORK_PATTERN_CONFIGURATION_HXX_
+#endif // INCLUDED_FRAMEWORK_SOURCE_INC_PATTERN_CONFIGURATION_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/framework/source/inc/pattern/frame.hxx b/framework/source/inc/pattern/frame.hxx
index 02c48e438a4d..7035eb034c59 100644
--- a/framework/source/inc/pattern/frame.hxx
+++ b/framework/source/inc/pattern/frame.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FRAMEWORK_PATTERN_FRAME_HXX_
-#define __FRAMEWORK_PATTERN_FRAME_HXX_
+#ifndef INCLUDED_FRAMEWORK_SOURCE_INC_PATTERN_FRAME_HXX
+#define INCLUDED_FRAMEWORK_SOURCE_INC_PATTERN_FRAME_HXX
#include <general.h>
@@ -104,6 +104,6 @@ inline sal_Bool closeIt(const css::uno::Reference< css::uno::XInterface >& xReso
} // namespace pattern
} // namespace framework
-#endif // __FRAMEWORK_PATTERN_FRAME_HXX_
+#endif // INCLUDED_FRAMEWORK_SOURCE_INC_PATTERN_FRAME_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/framework/source/inc/pattern/window.hxx b/framework/source/inc/pattern/window.hxx
index b332c6794a2a..3cca5061f4f5 100644
--- a/framework/source/inc/pattern/window.hxx
+++ b/framework/source/inc/pattern/window.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FRAMEWORK_PATTERN_WINDOW_HXX_
-#define __FRAMEWORK_PATTERN_WINDOW_HXX_
+#ifndef INCLUDED_FRAMEWORK_SOURCE_INC_PATTERN_WINDOW_HXX
+#define INCLUDED_FRAMEWORK_SOURCE_INC_PATTERN_WINDOW_HXX
#include <general.h>
@@ -127,6 +127,6 @@ static ::sal_Bool isTopWindow(const css::uno::Reference< css::awt::XWindow >& xW
} // namespace framework
-#endif // __FRAMEWORK_PATTERN_WINDOW_HXX_
+#endif // INCLUDED_FRAMEWORK_SOURCE_INC_PATTERN_WINDOW_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */