fixincludeguards: fix include guards

Change-Id: Ie6e8d4272b0b1d0d2ce93bcbc2e818a9eac1a56b
Reviewed-on: https://gerrit.libreoffice.org/9629
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
This commit is contained in:
Thomas Arnhold
2014-06-03 11:20:22 +02:00
parent 0ed60a9737
commit c2034f3993
86 changed files with 274 additions and 249 deletions

View File

@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef CHART2_ABSTRACT_SHAPE_FACTORY
#define CHART2_ABSTRACT_SHAPE_FACTORY
#ifndef INCLUDED_CHART2_SOURCE_VIEW_INC_ABSTRACTSHAPEFACTORY_HXX
#define INCLUDED_CHART2_SOURCE_VIEW_INC_ABSTRACTSHAPEFACTORY_HXX
#include "PropertyMapper.hxx"
#include "VLineProperties.hxx"

View File

@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef CHART2_OPENGL_SHAPE_FACTORY
#define CHART2_OPENGL_SHAPE_FACTORY
#ifndef INCLUDED_CHART2_SOURCE_VIEW_INC_OPENGLSHAPEFACTORY_HXX
#define INCLUDED_CHART2_SOURCE_VIEW_INC_OPENGLSHAPEFACTORY_HXX
#include "AbstractShapeFactory.hxx"