diff options
Diffstat (limited to 'include/sfx2/sfxbasemodel.hxx')
-rw-r--r-- | include/sfx2/sfxbasemodel.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/sfxbasemodel.hxx b/include/sfx2/sfxbasemodel.hxx index 4d4d4dd9e036..30e51ebd2d47 100644 --- a/include/sfx2/sfxbasemodel.hxx +++ b/include/sfx2/sfxbasemodel.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SFX_SFXBASEMODEL_HXX_ -#define _SFX_SFXBASEMODEL_HXX_ +#ifndef INCLUDED_SFX2_SFXBASEMODEL_HXX +#define INCLUDED_SFX2_SFXBASEMODEL_HXX #include "sal/config.h" #include "sfx2/dllapi.h" @@ -1557,6 +1557,6 @@ private: SolarMutexResettableGuard m_aGuard; }; -#endif // _SFX_SFXBASEMODEL_HXX_ +#endif // INCLUDED_SFX2_SFXBASEMODEL_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |