diff options
Diffstat (limited to 'include/xmloff/DashStyle.hxx')
-rw-r--r-- | include/xmloff/DashStyle.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xmloff/DashStyle.hxx b/include/xmloff/DashStyle.hxx index 576414bb7135..a48e49369141 100644 --- a/include/xmloff/DashStyle.hxx +++ b/include/xmloff/DashStyle.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _XMLOFF_DASHSTYLE_HXX -#define _XMLOFF_DASHSTYLE_HXX +#ifndef INCLUDED_XMLOFF_DASHSTYLE_HXX +#define INCLUDED_XMLOFF_DASHSTYLE_HXX #include "sal/config.h" #include "xmloff/dllapi.h" @@ -61,6 +61,6 @@ public: const ::com::sun::star::uno::Any& rValue ); }; -#endif // _XMLOFF_DASHSTYLE_HXX +#endif // INCLUDED_XMLOFF_DASHSTYLE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |