[Libreoffice-commits] core.git: sc/inc

Serkan Özkaya (via logerrit) logerrit at kemper.freedesktop.org
Tue Jan 28 12:39:25 UTC 2020


 sc/inc/numformat.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 3160d75bac24acd0eb5b6a727d2b68d434921843
Author:     Serkan Özkaya <albatrosrkn at hotmail.com>
AuthorDate: Tue Jan 28 09:08:21 2020 +0000
Commit:     Muhammet Kara <muhammet.kara at collabora.com>
CommitDate: Tue Jan 28 13:38:53 2020 +0100

    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 at collabora.com>

diff --git a/sc/inc/numformat.hxx b/sc/inc/numformat.hxx
index c3aa957ed209..739c7f1d9329 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 @@ public:
 
 }
 
-#endif
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list