diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-18 20:41:29 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-19 11:10:10 +0200 |
commit | f400bdce03262d2a5f3fbf34897c5ddde153152c (patch) | |
tree | a88cb9b9117625777aa1098c4a5ca9979ae9471b /extensions/source/config | |
parent | 2dfd63991607cc3388cbdc1de745c34d9102804b (diff) |
fixincludeguards.sh: extensions
Change-Id: If652bce4cf7621795b084bcbc0aa4c46dd903878
Diffstat (limited to 'extensions/source/config')
-rw-r--r-- | extensions/source/config/ldap/ldapaccess.hxx | 4 | ||||
-rw-r--r-- | extensions/source/config/ldap/ldapuserprofilebe.hxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/config/ldap/ldapaccess.hxx b/extensions/source/config/ldap/ldapaccess.hxx index a991d0692781..16d512863e0d 100644 --- a/extensions/source/config/ldap/ldapaccess.hxx +++ b/extensions/source/config/ldap/ldapaccess.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef EXTENSIONS_CONFIG_LDAP_LDAPACCESS_HXX_ -#define EXTENSIONS_CONFIG_LDAP_LDAPACCESS_HXX_ +#ifndef INCLUDED_EXTENSIONS_SOURCE_CONFIG_LDAP_LDAPACCESS_HXX +#define INCLUDED_EXTENSIONS_SOURCE_CONFIG_LDAP_LDAPACCESS_HXX #include "sal/config.h" diff --git a/extensions/source/config/ldap/ldapuserprofilebe.hxx b/extensions/source/config/ldap/ldapuserprofilebe.hxx index 359cd15f9091..b27ab2be31b7 100644 --- a/extensions/source/config/ldap/ldapuserprofilebe.hxx +++ b/extensions/source/config/ldap/ldapuserprofilebe.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef EXTENSIONS_CONFIG_LDAP_LDAPUSERPROFILEBE_HXX_ -#define EXTENSIONS_CONFIG_LDAP_LDAPUSERPROFILEBE_HXX_ +#ifndef INCLUDED_EXTENSIONS_SOURCE_CONFIG_LDAP_LDAPUSERPROFILEBE_HXX +#define INCLUDED_EXTENSIONS_SOURCE_CONFIG_LDAP_LDAPUSERPROFILEBE_HXX #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/lang/XInitialization.hpp> |