diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-18 22:37:49 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-19 11:10:12 +0200 |
commit | 56de7aafcbe6b1547ef7da13f4fbb89b931a0556 (patch) | |
tree | 841c3508d03b72ad8045d771ad4333a2e5531673 /include/oox/ppt/layoutfragmenthandler.hxx | |
parent | c12bc7f8949b6eda629ad48218c7cc19f8f767ee (diff) |
fixincludeguards.sh: include/oox
Change-Id: Ie0aca6c4fdfa4b7e4a902983c751a6d13d85f230
Diffstat (limited to 'include/oox/ppt/layoutfragmenthandler.hxx')
-rw-r--r-- | include/oox/ppt/layoutfragmenthandler.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/oox/ppt/layoutfragmenthandler.hxx b/include/oox/ppt/layoutfragmenthandler.hxx index 09350710f043..74ae422f5280 100644 --- a/include/oox/ppt/layoutfragmenthandler.hxx +++ b/include/oox/ppt/layoutfragmenthandler.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef OOX_PPT_LAYOUTFRAGMENTHANDLER -#define OOX_PPT_LAYOUTFRAGMENTHANDLER +#ifndef INCLUDED_OOX_PPT_LAYOUTFRAGMENTHANDLER_HXX +#define INCLUDED_OOX_PPT_LAYOUTFRAGMENTHANDLER_HXX #include <oox/ppt/slidefragmenthandler.hxx> @@ -37,6 +37,6 @@ public: } } -#endif // OOX_PPT_LAYOUTFRAGMENTHANDLER +#endif // INCLUDED_OOX_PPT_LAYOUTFRAGMENTHANDLER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |