From 4f2b9f026d582350da71d7f4015bfaaf2c7030ce Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 12 Apr 2016 19:48:00 +0200 Subject: Avoid reserved identifiers Change-Id: Ib8cbcdff79ad8d621b8e9567df0afe32e9501279 --- sw/source/uibase/docvw/annotation.hrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/source/uibase/docvw/annotation.hrc') diff --git a/sw/source/uibase/docvw/annotation.hrc b/sw/source/uibase/docvw/annotation.hrc index e94aa557b29b..03759431ea9a 100644 --- a/sw/source/uibase/docvw/annotation.hrc +++ b/sw/source/uibase/docvw/annotation.hrc @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _ANNOTATION_HRC -#define _ANNOTATION_HRC +#ifndef INCLUDED_SW_SOURCE_UIBASE_DOCVW_ANNOTATION_HRC +#define INCLUDED_SW_SOURCE_UIBASE_DOCVW_ANNOTATION_HRC #include "rcid.hrc" -- cgit