summaryrefslogtreecommitdiff
path: root/starmath/inc/format.hxx
diff options
context:
space:
mode:
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: */