diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-22 17:03:24 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-23 10:28:07 +0000 |
commit | f852bda5ecf68c9450925bc95138509ffadb4a43 (patch) | |
tree | ccb34263bd4a07f7fbc0aa57c487ec9c10331d0f /starmath | |
parent | b009e8fd4fce06d9abae8aaac8750ece7df212e4 (diff) |
clean up some include guards
Conflicts:
sw/source/ui/inc/content.hxx
Change-Id: I58d81881271fc6e3320bf3b5f1321594b28614a6
Reviewed-on: https://gerrit.libreoffice.org/6388
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/node.hxx | 4 | ||||
-rw-r--r-- | starmath/inc/smmod.hxx | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx index 38243dd43754..bce53f2c8004 100644 --- a/starmath/inc/node.hxx +++ b/starmath/inc/node.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef NODE_HXX -#define NODE_HXX +#ifndef INCLUDED_STARMATH_INC_NODE_HXX +#define INCLUDED_STARMATH_INC_NODE_HXX #include <vector> #include <ostream> diff --git a/starmath/inc/smmod.hxx b/starmath/inc/smmod.hxx index 33af82dcbb25..18021e0dd5bd 100644 --- a/starmath/inc/smmod.hxx +++ b/starmath/inc/smmod.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SMMOD_HXX -#define _SMMOD_HXX +#ifndef INCLUDED_STARMATH_INC_SMMOD_HXX +#define INCLUDED_STARMATH_INC_SMMOD_HXX #include <tools/resary.hxx> #include <svl/lstner.hxx> @@ -138,6 +138,6 @@ public: #define SM_MOD() ( *(SmModule**) GetAppData(SHL_SM) ) -#endif // _SDMOD_HXX +#endif // INCLUDED_STARMATH_INC_SMMOD_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |