summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorsahil <gautamsahil1947@gmail.com>2023-07-20 02:48:59 +0530
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2023-07-20 12:47:59 +0200
commite9dcbb2a5965e062c84b2e222239e83fdf3f3227 (patch)
tree5e9be19aa49f11ee465abd92e57ead6977030b62 /sw
parente99f7feb57e62d395d5b31f12e1c54194ffbf99d (diff)
tdf#143148 Use pragma once in sw
Change-Id: Ibb1fc8d8419dd4e1c805134fab3ee91476e5c5ef Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154662 Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/mdiexp.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/inc/mdiexp.hxx b/sw/inc/mdiexp.hxx
index 80c7397b470c..afe308e1ad89 100644
--- a/sw/inc/mdiexp.hxx
+++ b/sw/inc/mdiexp.hxx
@@ -16,8 +16,7 @@
* 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_SW_INC_MDIEXP_HXX
-#define INCLUDED_SW_INC_MDIEXP_HXX
+#pragma once
#include <tools/long.hxx>
#include "tblenum.hxx"
@@ -53,6 +52,4 @@ TableChgMode GetTableChgDefaultMode();
bool JumpToSwMark( SwViewShell const * pVwSh, std::u16string_view rMark );
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */