diff options
Diffstat (limited to 'include/sfx2/dockwin.hxx')
-rw-r--r-- | include/sfx2/dockwin.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/dockwin.hxx b/include/sfx2/dockwin.hxx index d64b6ed7a6f7..85d6fe9004e1 100644 --- a/include/sfx2/dockwin.hxx +++ b/include/sfx2/dockwin.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 _SFXDOCKWIN_HXX -#define _SFXDOCKWIN_HXX +#ifndef INCLUDED_SFX2_DOCKWIN_HXX +#define INCLUDED_SFX2_DOCKWIN_HXX #include "sal/config.h" #include "sal/types.h" @@ -125,6 +125,6 @@ class SfxDockingWrapper : public SfxChildWindow SFX_DECL_CHILDWINDOW(SfxDockingWrapper); }; -#endif // #ifndef _SFXDOCKWIN_HXX +#endif // INCLUDED_SFX2_DOCKWIN_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |