diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 19:46:32 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 20:03:41 +0200 |
commit | d713784043a5c911105660aeccd8b665a877c4ca (patch) | |
tree | 6bd64541e9290683e05561a617a35c9d59cf6121 /include | |
parent | 57732042dadcad1586010788ac39eec05a7974bd (diff) |
Avoid reserved identifier
Change-Id: I10a889a44126d8a07c47bee42eac2aee7a024426
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/fpicker.hrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/fpicker.hrc b/include/vcl/fpicker.hrc index 896d9c8d48c2..29c446ddbd36 100644 --- a/include/vcl/fpicker.hrc +++ b/include/vcl/fpicker.hrc @@ -6,8 +6,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef _FPICKER_HRC -#define _FPICKER_HRC +#ifndef INCLUDED_VCL_FPICKER_HRC +#define INCLUDED_VCL_FPICKER_HRC #include <svl/solar.hrc> |