diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-18 18:21:34 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-19 11:10:05 +0200 |
commit | 7a924a43336aa67e46be0859345d3a423c2ba848 (patch) | |
tree | c89a32c9ed25657fc22036265ea82b1b76b4b500 /include/svx | |
parent | 4c2a736360a810199e8748533022ac38446b83ed (diff) |
fixincludeguards.sh: include
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/sdr/contact/viewcontactofopenglobj.hxx | 4 | ||||
-rw-r--r-- | include/svx/sdr/contact/viewobjectcontactofopenglobj.hxx | 4 | ||||
-rw-r--r-- | include/svx/sdtacitm.hxx | 4 | ||||
-rw-r--r-- | include/svx/svdoopengl.hxx | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/include/svx/sdr/contact/viewcontactofopenglobj.hxx b/include/svx/sdr/contact/viewcontactofopenglobj.hxx index 550813857422..aceb6e80da24 100644 --- a/include/svx/sdr/contact/viewcontactofopenglobj.hxx +++ b/include/svx/sdr/contact/viewcontactofopenglobj.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_SVX_SDR_CONTACT_VIEWCONTACTOFOPENGL_HXX -#define INCLUDED_SVX_SDR_CONTACT_VIEWCONTACTOFOPENGL_HXX +#ifndef INCLUDED_SVX_SDR_CONTACT_VIEWCONTACTOFOPENGLOBJ_HXX +#define INCLUDED_SVX_SDR_CONTACT_VIEWCONTACTOFOPENGLOBJ_HXX #include <svx/sdr/contact/viewcontactofsdrobj.hxx> diff --git a/include/svx/sdr/contact/viewobjectcontactofopenglobj.hxx b/include/svx/sdr/contact/viewobjectcontactofopenglobj.hxx index 837f637ae9e5..2abae09a3c43 100644 --- a/include/svx/sdr/contact/viewobjectcontactofopenglobj.hxx +++ b/include/svx/sdr/contact/viewobjectcontactofopenglobj.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_SVX_SDR_CONTACT_VIEWOBJECTCONTACTOFOPENGL_HXX -#define INCLUDED_SVX_SDR_CONTACT_VIEWOBJECTCONTACTOFOPENGL_HXX +#ifndef INCLUDED_SVX_SDR_CONTACT_VIEWOBJECTCONTACTOFOPENGLOBJ_HXX +#define INCLUDED_SVX_SDR_CONTACT_VIEWOBJECTCONTACTOFOPENGLOBJ_HXX #include <svx/sdr/contact/viewobjectcontactofsdrobj.hxx> #include <vcl/opengl/OpenGLContext.hxx> diff --git a/include/svx/sdtacitm.hxx b/include/svx/sdtacitm.hxx index c80460b00700..79775ea2ed9e 100644 --- a/include/svx/sdtacitm.hxx +++ b/include/svx/sdtacitm.hxx @@ -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 sdtacitm_hxx -#define sdtacitm_hxx +#ifndef INCLUDED_SVX_SDTACITM_HXX +#define INCLUDED_SVX_SDTACITM_HXX #include <svl/intitem.hxx> #include <svx/svddef.hxx> diff --git a/include/svx/svdoopengl.hxx b/include/svx/svdoopengl.hxx index 49eb73d4f249..644accbdc7bd 100644 --- a/include/svx/svdoopengl.hxx +++ b/include/svx/svdoopengl.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_SVX_SVDO_OPENGL_HXX -#define INCLUDED_SVX_SVDO_OPENGL_HXX +#ifndef INCLUDED_SVX_SVDOOPENGL_HXX +#define INCLUDED_SVX_SVDOOPENGL_HXX #include <svx/svdobj.hxx> #include <vcl/opengl/OpenGLContext.hxx> |