diff options
Diffstat (limited to 'editeng/source/xml/editsource.hxx')
-rw-r--r-- | editeng/source/xml/editsource.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/editeng/source/xml/editsource.hxx b/editeng/source/xml/editsource.hxx index 51d5fc968976..726ddabc8c9e 100644 --- a/editeng/source/xml/editsource.hxx +++ b/editeng/source/xml/editsource.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_EDITENG_SOURCE_XML_EDITSOURCE_HXX -#define INCLUDED_EDITENG_SOURCE_XML_EDITSOURCE_HXX +#pragma once #include <editeng/unoedsrc.hxx> @@ -41,6 +40,4 @@ private: rtl::Reference<SvxEditEngineSourceImpl> mxImpl; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |