diff options
author | dante <dante19031999@gmail.com> | 2021-02-28 11:25:21 +0100 |
---|---|---|
committer | Roman Kuznetsov <antilibreoffice@gmail.com> | 2021-03-01 12:43:08 +0100 |
commit | 1a9dd0084d2c6057eca57cf069c77a7bad4d9724 (patch) | |
tree | 02e07f5d1755820b2e1d83855ca66cfc71742e33 /starmath/inc/view.hxx | |
parent | 11083d1fcfc2dde543c6daddea51b554d032392c (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/view.hxx')
-rw-r--r-- | starmath/inc/view.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx index ea10e9e8e303..b3d5b72f4a6d 100644 --- a/starmath/inc/view.hxx +++ b/starmath/inc/view.hxx @@ -16,8 +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_VIEW_HXX -#define INCLUDED_STARMATH_INC_VIEW_HXX + +#pragma once #include <sal/config.h> #include <rtl/ref.hxx> @@ -309,6 +309,4 @@ private: void ZoomByItemSet(const SfxItemSet *pSet); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |