diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-06-03 11:20:22 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-06-06 19:16:40 +0000 |
commit | c2034f3993ab0e6f4550f3059b3229bc319b6b56 (patch) | |
tree | a9686292b74bc75bfeb09a733f08cf97183631a1 /winaccessibility/source/UAccCOM/AccActionBase.h | |
parent | 0ed60a973753d143158c5b17c781bac07bfc3827 (diff) |
fixincludeguards: fix include guards
Change-Id: Ie6e8d4272b0b1d0d2ce93bcbc2e818a9eac1a56b
Reviewed-on: https://gerrit.libreoffice.org/9629
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'winaccessibility/source/UAccCOM/AccActionBase.h')
-rw-r--r-- | winaccessibility/source/UAccCOM/AccActionBase.h | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/winaccessibility/source/UAccCOM/AccActionBase.h b/winaccessibility/source/UAccCOM/AccActionBase.h index 8444476e4144..242112f7e785 100644 --- a/winaccessibility/source/UAccCOM/AccActionBase.h +++ b/winaccessibility/source/UAccCOM/AccActionBase.h @@ -17,16 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - // AccActionBase.h: interface for the CAccActionBase class. - -#if !defined(AFX_ACCACTIONBASE_H__F87FAD24_D66E_4D22_9B24_3304A303DC84__INCLUDED_) -#define AFX_ACCACTIONBASE_H__F87FAD24_D66E_4D22_9B24_3304A303DC84__INCLUDED_ - -#if _MSC_VER > 1000 -#pragma once -#endif // _MSC_VER > 1000 +#ifndef INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_ACCACTIONBASE_H +#define INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_ACCACTIONBASE_H #include <com/sun/star/uno/reference.hxx> #include <com/sun/star/accessibility/XAccessibleAction.hpp> @@ -85,6 +79,6 @@ private: } }; -#endif // !defined(AFX_ACCACTIONBASE_H__F87FAD24_D66E_4D22_9B24_3304A303DC84__INCLUDED_) +#endif // INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_ACCACTIONBASE_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |