diff options
Diffstat (limited to 'include/xmloff/prhdlfac.hxx')
-rw-r--r-- | include/xmloff/prhdlfac.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xmloff/prhdlfac.hxx b/include/xmloff/prhdlfac.hxx index afd3472d111c..93edaf47c2c2 100644 --- a/include/xmloff/prhdlfac.hxx +++ b/include/xmloff/prhdlfac.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _XMLOFF_PROPERTYHANDLERFACTORY_HXX -#define _XMLOFF_PROPERTYHANDLERFACTORY_HXX +#ifndef INCLUDED_XMLOFF_PRHDLFAC_HXX +#define INCLUDED_XMLOFF_PRHDLFAC_HXX #include "sal/config.h" #include "xmloff/dllapi.h" @@ -98,6 +98,6 @@ private: CacheMap maHandlerCache; }; -#endif // _XMLOFF_PROPERTYHANDLERFACTORY_HXX +#endif // INCLUDED_XMLOFF_PRHDLFAC_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |