diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 19:46:05 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 20:03:41 +0200 |
commit | 57732042dadcad1586010788ac39eec05a7974bd (patch) | |
tree | c1a03cacd18d613d299960aa9195dcc4912ce0e7 /svx/inc/fmhelp.hrc | |
parent | 0b7043270c532ecea577e8961dc982d0724eae7f (diff) |
Avoid reserved identifiers
Change-Id: I85135c3fa5e6fe823491739c3c1ab601505f0626
Diffstat (limited to 'svx/inc/fmhelp.hrc')
-rw-r--r-- | svx/inc/fmhelp.hrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/fmhelp.hrc b/svx/inc/fmhelp.hrc index bb9db34f2317..309af0699873 100644 --- a/svx/inc/fmhelp.hrc +++ b/svx/inc/fmhelp.hrc @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SVX_FMHELP_HRC -#define _SVX_FMHELP_HRC +#ifndef INCLUDED_SVX_INC_FMHELP_HRC +#define INCLUDED_SVX_INC_FMHELP_HRC #define HID_FORM_NAVIGATOR "SVX_HID_FORM_NAVIGATOR" #define HID_FORM_NAVIGATOR_WIN "SVX_HID_FORM_NAVIGATOR_WIN" |