From 13f97509af55fd05abd6688e0de21d085c6258bd Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 12 Apr 2016 19:50:47 +0200 Subject: Avoid reserved identifiers Change-Id: I65681e938c809467f9497568149d25f5f68ed5bf --- fpicker/source/office/iodlg.hrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fpicker/source/office/iodlg.hrc') diff --git a/fpicker/source/office/iodlg.hrc b/fpicker/source/office/iodlg.hrc index 23bf75156d21..d6c605dde911 100644 --- a/fpicker/source/office/iodlg.hrc +++ b/fpicker/source/office/iodlg.hrc @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SVTOOLS_IODLGIMPL_HRC -#define _SVTOOLS_IODLGIMPL_HRC +#ifndef INCLUDED_FPICKER_SOURCE_OFFICE_IODLG_HRC +#define INCLUDED_FPICKER_SOURCE_OFFICE_IODLG_HRC #include "svtools/helpid.hrc" #include -- cgit