diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-16 14:31:40 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-16 14:37:28 +0200 |
commit | fcfa1b7e1f643f97ca81edd199b9d67d37411adc (patch) | |
tree | 7f61a01eff557acb41af3f94495b96501ec96f64 /oovbaapi | |
parent | 638848d5eab0ca713814cef6e6f2aca5956fe0f9 (diff) |
idl: fix some include guards
Change-Id: I6f306ba26d888a617aae89d29fc80acd00bd71d8
Diffstat (limited to 'oovbaapi')
-rw-r--r-- | oovbaapi/ooo/vba/excel/XCharts.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oovbaapi/ooo/vba/excel/XCharts.idl b/oovbaapi/ooo/vba/excel/XCharts.idl index 4384c044a16a..91c8c6b45693 100644 --- a/oovbaapi/ooo/vba/excel/XCharts.idl +++ b/oovbaapi/ooo/vba/excel/XCharts.idl @@ -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 __ooo_vba_excel_XChart_idl__ -#define __ooo_vba_excel_XChart_idl__ +#ifndef __ooo_vba_excel_XCharts_idl__ +#define __ooo_vba_excel_XCharts_idl__ #include <com/sun/star/uno/XInterface.idl> #include <ooo/vba/XCollection.idl> |