diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 04:24:37 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 09:28:54 +0100 |
commit | 9e5132290b81e2907d4098d9a997f74cda2723f6 (patch) | |
tree | b8f65f05f3c4ae7389b4653c1216a016672d52f5 /include/svx | |
parent | d22cf7e932af137e8c0621acc37873ced3ab7c89 (diff) |
remove further external include guards
Change-Id: I23ec3b7372425fb35d4b0c50c5719a2170251ffc
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/nbdtmg.hxx | 4 | ||||
-rw-r--r-- | include/svx/nbdtmgfact.hxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/nbdtmg.hxx b/include/svx/nbdtmg.hxx index ab157e216fc7..a8e143b1f1c4 100644 --- a/include/svx/nbdtmg.hxx +++ b/include/svx/nbdtmg.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 _NBDTMG_HXX -#define _NBDTMG_HXX +#ifndef INCLUDED_SVX_NBDTMG_HXX +#define INCLUDED_SVX_NBDTMG_HXX #include "svx/svxdllapi.h" #include <boost/shared_ptr.hpp> #include <vector> diff --git a/include/svx/nbdtmgfact.hxx b/include/svx/nbdtmgfact.hxx index b4c35a90eb8e..72cf96a2a26b 100644 --- a/include/svx/nbdtmgfact.hxx +++ b/include/svx/nbdtmgfact.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 _NBDTMGFACT_HXX -#define _NBDTMGFACT_HXX +#ifndef INCLUDED_SVX_NBDTMGFACT_HXX +#define INCLUDED_SVX_NBDTMGFACT_HXX #include "nbdtmg.hxx" namespace svx { namespace sidebar { namespace NBOutlineTypeMgrFact { SVX_DLLPUBLIC NBOTypeMgrBase* CreateInstance(const NBOType aType); |