diff options
Diffstat (limited to 'include/svx/xlinjoit.hxx')
-rw-r--r-- | include/svx/xlinjoit.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/xlinjoit.hxx b/include/svx/xlinjoit.hxx index 40030551e3c9..f2980446af72 100644 --- a/include/svx/xlinjoit.hxx +++ b/include/svx/xlinjoit.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SVX_XLINJOIT_HXX -#define _SVX_XLINJOIT_HXX +#ifndef INCLUDED_SVX_XLINJOIT_HXX +#define INCLUDED_SVX_XLINJOIT_HXX #include <svl/eitem.hxx> #include <svx/xenum.hxx> @@ -50,6 +50,6 @@ public: com::sun::star::drawing::LineJoint GetValue() const { return (com::sun::star::drawing::LineJoint) SfxEnumItem::GetValue(); } }; -#endif // _SVX_XLINJOIT_HXX +#endif // INCLUDED_SVX_XLINJOIT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |