diff options
Diffstat (limited to 'include/xmloff/XMLGraphicsDefaultStyle.hxx')
-rw-r--r-- | include/xmloff/XMLGraphicsDefaultStyle.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xmloff/XMLGraphicsDefaultStyle.hxx b/include/xmloff/XMLGraphicsDefaultStyle.hxx index 06fee705d04d..f17d748be558 100644 --- a/include/xmloff/XMLGraphicsDefaultStyle.hxx +++ b/include/xmloff/XMLGraphicsDefaultStyle.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _XMLOFF_XMLGRAPHICSDEFAULTSTYLE_HXX -#define _XMLOFF_XMLGRAPHICSDEFAULTSTYLE_HXX +#ifndef INCLUDED_XMLOFF_XMLGRAPHICSDEFAULTSTYLE_HXX +#define INCLUDED_XMLOFF_XMLGRAPHICSDEFAULTSTYLE_HXX #include "sal/config.h" #include "xmloff/dllapi.h" @@ -51,6 +51,6 @@ public: virtual void SetDefaults(); }; -#endif // _XMLOFF_XMLGRAPHICSDEFAULTSTYLE_HXX +#endif // INCLUDED_XMLOFF_XMLGRAPHICSDEFAULTSTYLE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |