diff options
Diffstat (limited to 'include/sfx2/templateviewitem.hxx')
-rw-r--r-- | include/sfx2/templateviewitem.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/templateviewitem.hxx b/include/sfx2/templateviewitem.hxx index 92d591995189..95b0abc79d51 100644 --- a/include/sfx2/templateviewitem.hxx +++ b/include/sfx2/templateviewitem.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef TEMPLATEVIEWITEM_HXX -#define TEMPLATEVIEWITEM_HXX +#ifndef INCLUDED_SFX2_TEMPLATEVIEWITEM_HXX +#define INCLUDED_SFX2_TEMPLATEVIEWITEM_HXX #include <sfx2/thumbnailviewitem.hxx> @@ -56,6 +56,6 @@ private: Point maSubTitlePos; }; -#endif // TEMPLATEVIEWITEM_HXX +#endif // INCLUDED_SFX2_TEMPLATEVIEWITEM_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |