diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 19:50:55 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 20:03:44 +0200 |
commit | ea9939269eb08056604a64354537734c567c05cb (patch) | |
tree | 3ab56687f9fe1b1017b468462e21f83393987d17 /forms/source/inc/property.hrc | |
parent | 13f97509af55fd05abd6688e0de21d085c6258bd (diff) |
Avoid reserved identifiers
Change-Id: Ifc47504370a2ebc8119a60091fdf1ced4b532aa3
Diffstat (limited to 'forms/source/inc/property.hrc')
-rw-r--r-- | forms/source/inc/property.hrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/inc/property.hrc b/forms/source/inc/property.hrc index 2844eb07561c..2086db0c94ed 100644 --- a/forms/source/inc/property.hrc +++ b/forms/source/inc/property.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 _FRM_PROPERTY_HRC_ -#define _FRM_PROPERTY_HRC_ +#ifndef INCLUDED_FORMS_SOURCE_INC_PROPERTY_HRC +#define INCLUDED_FORMS_SOURCE_INC_PROPERTY_HRC #include <rtl/ustring.hxx> #include "frm_strings.hxx" @@ -297,6 +297,6 @@ namespace frm } -#endif // _FRM_PROPERTY_HRC_ +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |