diff options
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: */ |