diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 22:38:46 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 23:22:33 +0200 |
commit | 3b58ababc566adef48d8ab600489e554c4585b1d (patch) | |
tree | b1abea7e58d2f9daa28903896d87e3b6284eed43 /sd/source/ui/animations/SlideTransitionPane.hxx | |
parent | 3a6148e8114a5b980dbedadacce2074390d81555 (diff) |
fixincludeguards.sh: sd
Change-Id: Ic831838b377656015d645eec9d439424378e08af
Diffstat (limited to 'sd/source/ui/animations/SlideTransitionPane.hxx')
-rw-r--r-- | sd/source/ui/animations/SlideTransitionPane.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/animations/SlideTransitionPane.hxx b/sd/source/ui/animations/SlideTransitionPane.hxx index 4740f2453a41..9fc97dba89b2 100644 --- a/sd/source/ui/animations/SlideTransitionPane.hxx +++ b/sd/source/ui/animations/SlideTransitionPane.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 SD_SLIDETRANSITIONPANE_HXX -#define SD_SLIDETRANSITIONPANE_HXX +#ifndef INCLUDED_SD_SOURCE_UI_ANIMATIONS_SLIDETRANSITIONPANE_HXX +#define INCLUDED_SD_SOURCE_UI_ANIMATIONS_SLIDETRANSITIONPANE_HXX #include "EventMultiplexer.hxx" @@ -137,7 +137,7 @@ private: } // namespace sd -// SD_SLIDETRANSITIONPANE_HXX +// INCLUDED_SD_SOURCE_UI_ANIMATIONS_SLIDETRANSITIONPANE_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |