diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 19:50:47 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 20:03:44 +0200 |
commit | 13f97509af55fd05abd6688e0de21d085c6258bd (patch) | |
tree | 0907b7ab22072e26766d3ee3692e772de51240bd /fpicker | |
parent | cd96f8998da97b578bde7a58ff1f0d2db8fe0c99 (diff) |
Avoid reserved identifiers
Change-Id: I65681e938c809467f9497568149d25f5f68ed5bf
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/office/OfficeFilePicker.hrc | 4 | ||||
-rw-r--r-- | fpicker/source/office/iodlg.hrc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/fpicker/source/office/OfficeFilePicker.hrc b/fpicker/source/office/OfficeFilePicker.hrc index 6aaf88ef9caf..68356b199708 100644 --- a/fpicker/source/office/OfficeFilePicker.hrc +++ b/fpicker/source/office/OfficeFilePicker.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_OFFICEFILEPICKER_HRC -#define _FPICKER_OFFICEFILEPICKER_HRC +#ifndef INCLUDED_FPICKER_SOURCE_OFFICE_OFFICEFILEPICKER_HRC +#define INCLUDED_FPICKER_SOURCE_OFFICE_OFFICEFILEPICKER_HRC #include <vcl/fpicker.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 <vcl/fpicker.hrc> |