From 4cd139c313737066d02ac3c735feaa2f7001d365 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Fri, 18 Apr 2014 20:56:02 +0200 Subject: fixincludeguards.sh: ucb Change-Id: I6a5994003cef7ed1672002933a5240160cff559d --- ucb/source/inc/regexp.hxx | 6 +++--- ucb/source/inc/regexpmap.hxx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'ucb/source/inc') diff --git a/ucb/source/inc/regexp.hxx b/ucb/source/inc/regexp.hxx index 39c5f5b00813..e04120b47c56 100644 --- a/ucb/source/inc/regexp.hxx +++ b/ucb/source/inc/regexp.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _UCB_REGEXP_HXX_ -#define _UCB_REGEXP_HXX_ +#ifndef INCLUDED_UCB_SOURCE_INC_REGEXP_HXX +#define INCLUDED_UCB_SOURCE_INC_REGEXP_HXX #include @@ -72,6 +72,6 @@ inline bool Regexp::operator ==(Regexp const & rOther) const } -#endif // _UCB_REGEXP_HXX_ +#endif // INCLUDED_UCB_SOURCE_INC_REGEXP_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/ucb/source/inc/regexpmap.hxx b/ucb/source/inc/regexpmap.hxx index f677e0bd7306..d1c68391d873 100644 --- a/ucb/source/inc/regexpmap.hxx +++ b/ucb/source/inc/regexpmap.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _UCB_REGEXPMAP_HXX_ -#define _UCB_REGEXPMAP_HXX_ +#ifndef INCLUDED_UCB_SOURCE_INC_REGEXPMAP_HXX +#define INCLUDED_UCB_SOURCE_INC_REGEXPMAP_HXX #include "sal/config.h" @@ -660,6 +660,6 @@ inline bool operator !=(ucb_impl::RegexpMapConstIter< Val > const & rIter1, return !rIter1.equals(rIter2); } -#endif // _UCB_REGEXPMAP_HXX_ +#endif // INCLUDED_UCB_SOURCE_INC_REGEXPMAP_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit v1.2.3