diff options
Diffstat (limited to 'include/sfx2/titledockwin.hxx')
-rw-r--r-- | include/sfx2/titledockwin.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/titledockwin.hxx b/include/sfx2/titledockwin.hxx index 5712d32ad614..7b43c6756da5 100644 --- a/include/sfx2/titledockwin.hxx +++ b/include/sfx2/titledockwin.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SFX_TITLEDOCKWIN_HXX -#define SFX_TITLEDOCKWIN_HXX +#ifndef INCLUDED_SFX2_TITLEDOCKWIN_HXX +#define INCLUDED_SFX2_TITLEDOCKWIN_HXX #include "sfx2/dllapi.h" #include "sfx2/dockwin.hxx" @@ -156,6 +156,6 @@ namespace sfx2 } // namespace sfx2 //...................................................................................................................... -#endif // SFX_TITLEDOCKWIN_HXX +#endif // INCLUDED_SFX2_TITLEDOCKWIN_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |