summaryrefslogtreecommitdiff
path: root/starmath/inc/dialog.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/dialog.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/dialog.hxx')
-rw-r--r--starmath/inc/dialog.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/starmath/inc/dialog.hxx b/starmath/inc/dialog.hxx
index 2d87467de870..53de6278f51d 100644
--- a/starmath/inc/dialog.hxx
+++ b/starmath/inc/dialog.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_DIALOG_HXX
-#define INCLUDED_STARMATH_INC_DIALOG_HXX
+
+#pragma once
#include <sfx2/tabdlg.hxx>
#include <vcl/outdev.hxx>
@@ -479,7 +479,4 @@ public:
void SelectChar(sal_Unicode cChar);
};
-
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */