summaryrefslogtreecommitdiffstats
path: root/writerfilter/source/rtftok/rtffly.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/rtftok/rtffly.hxx')
-rw-r--r--writerfilter/source/rtftok/rtffly.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/writerfilter/source/rtftok/rtffly.hxx b/writerfilter/source/rtftok/rtffly.hxx
index 0960e17732e3..b1dec0c77b4f 100644
--- a/writerfilter/source/rtftok/rtffly.hxx
+++ b/writerfilter/source/rtftok/rtffly.hxx
@@ -7,8 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef INCLUDED_WRITERFILTER_SOURCE_RTFTOK_RTFFLY_HXX
-#define INCLUDED_WRITERFILTER_SOURCE_RTFTOK_RTFFLY_HXX
+#pragma once
#include <com/sun/star/text/HoriOrientation.hpp>
#include <com/sun/star/text/RelOrientation.hpp>
@@ -136,6 +135,4 @@ private:
};
} // namespace writerfilter::rtftok
-#endif // INCLUDED_WRITERFILTER_SOURCE_RTFTOK_RTFFLY_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */