From d6b80337fb76e31b2e6a11c18c3ae989767c8118 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 22 Oct 2013 05:32:12 +0200 Subject: fdo#68849 add some header guards Change-Id: I1cd598fba94e337c2ccad68a4a888743aeb292f0 --- sd/source/ui/inc/assclass.hxx | 4 ++-- sd/source/ui/inc/dlgass.hxx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sd') diff --git a/sd/source/ui/inc/assclass.hxx b/sd/source/ui/inc/assclass.hxx index b8adf2e5039f..66b984e936d8 100644 --- a/sd/source/ui/inc/assclass.hxx +++ b/sd/source/ui/inc/assclass.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INC_ASSCLASS -#define INC_ASSCLASS +#ifndef INCLUDED_SD_SOURCE_UI_INC_ASSCLASS_HXX +#define INCLUDED_SD_SOURCE_UI_INC_ASSCLASS_HXX #include #include diff --git a/sd/source/ui/inc/dlgass.hxx b/sd/source/ui/inc/dlgass.hxx index 5625d9d98af0..2983a5fc72c0 100644 --- a/sd/source/ui/inc/dlgass.hxx +++ b/sd/source/ui/inc/dlgass.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INC_DLGASS -#define INC_DLGASS +#ifndef INCLUDED_SD_SOURCE_UI_INC_DLGASS_HXX +#define INCLUDED_SD_SOURCE_UI_INC_DLGASS_HXX #include #include -- cgit