diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 09:20:14 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 09:28:55 +0100 |
commit | 5084e2b313ef4c4a126f704e1d5397f20a3d4254 (patch) | |
tree | 4208164b6b898dbd722b413a03fbd328ad03a9f7 /include/editeng | |
parent | 3a29756723b9ceafd9021052a197fc3727b8d9ad (diff) |
fix some further include guard foo
Change-Id: I949533327ec101a2baef6e6f66e79677a62c3d9f
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/outliner.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx index 1625783be32b..18a8dbe950f3 100644 --- a/include/editeng/outliner.hxx +++ b/include/editeng/outliner.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 _OUTLINER_HXX -#define _OUTLINER_HXX +#ifndef INCLUDED_EDITENG_OUTLINER_HXX +#define INCLUDED_EDITENG_OUTLINER_HXX #include <editeng/editdata.hxx> #include <editeng/numitem.hxx> |