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/source/inc | |
parent | 0b7043270c532ecea577e8961dc982d0724eae7f (diff) |
Avoid reserved identifiers
Change-Id: I85135c3fa5e6fe823491739c3c1ab601505f0626
Diffstat (limited to 'svx/source/inc')
-rw-r--r-- | svx/source/inc/datanavi.hrc | 7 | ||||
-rw-r--r-- | svx/source/inc/fmprop.hrc | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/svx/source/inc/datanavi.hrc b/svx/source/inc/datanavi.hrc index 5a13af57629a..7f24e141d88b 100644 --- a/svx/source/inc/datanavi.hrc +++ b/svx/source/inc/datanavi.hrc @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SVX_DATANAVI_HRC -#define _SVX_DATANAVI_HRC +#ifndef INCLUDED_SVX_SOURCE_INC_DATANAVI_HRC +#define INCLUDED_SVX_SOURCE_INC_DATANAVI_HRC // class XFormsInstancePage @@ -47,7 +47,6 @@ #define IID_TEXT 5 #define IID_OTHER 6 - -#endif //_SVX_DATANAVI_HRC +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/inc/fmprop.hrc b/svx/source/inc/fmprop.hrc index 7e602301eb5e..42b6e0aa0b64 100644 --- a/svx/source/inc/fmprop.hrc +++ b/svx/source/inc/fmprop.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_FMPROP_HRC -#define _SVX_FMPROP_HRC +#ifndef INCLUDED_SVX_SOURCE_INC_FMPROP_HRC +#define INCLUDED_SVX_SOURCE_INC_FMPROP_HRC // PropertyId's, welche eine Zuordnung zu einen PropertyName haben, das koennten // auch in Zukunft WhichIds sein -> Itemset @@ -146,6 +146,6 @@ #define FM_PROP_MOUSE_WHEEL_BEHAVIOR "MouseWheelBehavior" #define FM_PROP_DESCRIPTION "Description" -#endif // _SVX_FMPROP_HRC +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |