diff options
Diffstat (limited to 'include/xmloff/WordWrapPropertyHdl.hxx')
-rw-r--r-- | include/xmloff/WordWrapPropertyHdl.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xmloff/WordWrapPropertyHdl.hxx b/include/xmloff/WordWrapPropertyHdl.hxx index 845c1cce15c8..b08e9127a92f 100644 --- a/include/xmloff/WordWrapPropertyHdl.hxx +++ b/include/xmloff/WordWrapPropertyHdl.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _XMLOFF_WORDWRAPPROPERTYHANDLER_HXX -#define _XMLOFF_WORDWRAPPROPERTYHANDLER_HXX +#ifndef INCLUDED_XMLOFF_WORDWRAPPROPERTYHDL_HXX +#define INCLUDED_XMLOFF_WORDWRAPPROPERTYHDL_HXX #include <xmloff/xmlprhdl.hxx> #include <xmloff/xmltoken.hxx> @@ -42,6 +42,6 @@ public: virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const; }; -#endif // _XMLOFF_NAMEDBOOLPROPERTYHANDLER_HXX +#endif // INCLUDED_XMLOFF_WORDWRAPPROPERTYHDL_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |