diff options
Diffstat (limited to 'sd/source/ui/inc/undoheaderfooter.hxx')
-rw-r--r-- | sd/source/ui/inc/undoheaderfooter.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/undoheaderfooter.hxx b/sd/source/ui/inc/undoheaderfooter.hxx index 588e1297c7e7..65eb645282e5 100644 --- a/sd/source/ui/inc/undoheaderfooter.hxx +++ b/sd/source/ui/inc/undoheaderfooter.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SD_UNDOHEADERFOOTER_HXX -#define _SD_UNDOHEADERFOOTER_HXX +#ifndef INCLUDED_SD_SOURCE_UI_INC_UNDOHEADERFOOTER_HXX +#define INCLUDED_SD_SOURCE_UI_INC_UNDOHEADERFOOTER_HXX #include "sdundo.hxx" #include "sdpage.hxx" @@ -44,6 +44,6 @@ public: virtual void Redo(); }; -#endif // _SD_UNDOHEADERFOOTER_HXX +#endif // INCLUDED_SD_SOURCE_UI_INC_UNDOHEADERFOOTER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |