diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-08-02 12:06:58 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-08-02 12:17:09 +0100 |
commit | d1a66813a0a4f28af34728efa48a97e4a48a9bf8 (patch) | |
tree | f4e3ecc99309c46561037fd2395d2b2891978887 /sw | |
parent | 6a9baa8bffa5203565730e1f3f298ec6965ec694 (diff) |
strange header guard
Change-Id: I981e2e9f18b6ebde4d129746fdc30f360956848b
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/inc/glshell.hxx | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/sw/source/ui/inc/glshell.hxx b/sw/source/ui/inc/glshell.hxx index f9143d312d88..c37939c5fd7e 100644 --- a/sw/source/ui/inc/glshell.hxx +++ b/sw/source/ui/inc/glshell.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 _AUTODOC_HXX -#define _AUTODOC_HXX +#ifndef _GLSHELL_HXX +#define _GLSHELL_HXX #include "wdocsh.hxx" class SwGlosDocShell : public SwDocShell @@ -84,24 +84,4 @@ public: #endif - - - - - - - - - - - - - - - - - - - - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |