diff options
Diffstat (limited to 'xmloff/inc/xexptran.hxx')
-rw-r--r-- | xmloff/inc/xexptran.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/inc/xexptran.hxx b/xmloff/inc/xexptran.hxx index b5ed9f5bba2f..c40629f3a61c 100644 --- a/xmloff/inc/xexptran.hxx +++ b/xmloff/inc/xexptran.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_INC_XEXPTRAN_HXX -#define INCLUDED_XMLOFF_INC_XEXPTRAN_HXX +#pragma once #include <rtl/ustring.hxx> #include <com/sun/star/drawing/HomogenMatrix.hpp> @@ -99,6 +98,4 @@ public: const OUString& GetExportString(); }; -#endif // _XEXPTRANSFORM_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |