summaryrefslogtreecommitdiff
path: root/starmath/source/rtfexport.hxx
diff options
context:
space:
mode:
authordante <dante19031999@gmail.com>2021-02-28 11:25:21 +0100
committerRoman Kuznetsov <antilibreoffice@gmail.com>2021-03-01 12:43:08 +0100
commit1a9dd0084d2c6057eca57cf069c77a7bad4d9724 (patch)
tree02e07f5d1755820b2e1d83855ca66cfc71742e33 /starmath/source/rtfexport.hxx
parent11083d1fcfc2dde543c6daddea51b554d032392c (diff)
tdf#124176 on starmath
Change-Id: I816a12d5f47dd258fb01f14b901328d3e3d68e28 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111690 Tested-by: Jenkins Reviewed-by: Roman Kuznetsov <antilibreoffice@gmail.com>
Diffstat (limited to 'starmath/source/rtfexport.hxx')
-rw-r--r--starmath/source/rtfexport.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/starmath/source/rtfexport.hxx b/starmath/source/rtfexport.hxx
index b0ba7f5d7a26..e8c38aaa6c51 100644
--- a/starmath/source/rtfexport.hxx
+++ b/starmath/source/rtfexport.hxx
@@ -7,8 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef INCLUDED_STARMATH_SOURCE_RTFEXPORT_HXX
-#define INCLUDED_STARMATH_SOURCE_RTFEXPORT_HXX
+#pragma once
#include "wordexportbase.hxx"
@@ -40,6 +39,4 @@ private:
rtl_TextEncoding m_nEncoding;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */