summaryrefslogtreecommitdiff
path: root/starmath/inc/format.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/inc/format.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/inc/format.hxx')
-rw-r--r--starmath/inc/format.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/starmath/inc/format.hxx b/starmath/inc/format.hxx
index 14fbfc2a6edd..d723f5cd6843 100644
--- a/starmath/inc/format.hxx
+++ b/starmath/inc/format.hxx
@@ -16,9 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_STARMATH_INC_FORMAT_HXX
-#define INCLUDED_STARMATH_INC_FORMAT_HXX
+#pragma once
#include <svl/hint.hxx>
#include <svl/SfxBroadcaster.hxx>
@@ -149,6 +148,4 @@ inline bool SmFormat::operator != (const SmFormat &rFormat) const
return !(*this == rFormat);
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */