tdf#124176: Use pragma once instead of include guards

Change-Id: Icd8e75e42d2311396bfb68e50f2421f9dd61b22e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87588
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
diff --git a/sc/inc/numformat.hxx b/sc/inc/numformat.hxx
index c3aa957..739c7f1d 100644
--- a/sc/inc/numformat.hxx
+++ b/sc/inc/numformat.hxx
@@ -7,8 +7,7 @@
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 */

#ifndef INCLUDED_SC_NUMFORMAT_HXX
#define INCLUDED_SC_NUMFORMAT_HXX
#pragma once

#include "scdllapi.h"

@@ -33,6 +32,4 @@

}

#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */