diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-22 21:30:16 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-23 10:24:32 +0000 |
commit | da18612bf67b1f7caf9d94f4d8cb7fbd626e09f2 (patch) | |
tree | 3a4d7746a9741d4bfb7b606e6ade5e933a0f5da5 /starmath/inc/caret.hxx | |
parent | c400d41b93421268d1b71f9b029285fc8a855ba0 (diff) |
starmath: fix include guards
Change-Id: I4f4bd88e8be1f2745ec8c96793a43d93e3f733b4
Reviewed-on: https://gerrit.libreoffice.org/6389
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath/inc/caret.hxx')
-rw-r--r-- | starmath/inc/caret.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/inc/caret.hxx b/starmath/inc/caret.hxx index 2736617999cb..9b482845e0f7 100644 --- a/starmath/inc/caret.hxx +++ b/starmath/inc/caret.hxx @@ -6,8 +6,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef CARET_H -#define CARET_H +#ifndef INCLUDED_STARMATH_INC_CARET_HXX +#define INCLUDED_STARMATH_INC_CARET_HXX #include "node.hxx" @@ -456,6 +456,6 @@ private: * - Insert the new subtree where the old was taken */ -#endif /* CARET_H */ +#endif // INCLUDED_STARMATH_INC_CARET_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |