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

New commits:
commit 37b20089669e5d6f20db863ed770647ba8b1bd37
Author:     Faruk Demirbaş <miski...@gmail.com>
AuthorDate: Sat Jan 25 15:05:07 2020 +0300
Commit:     Muhammet Kara <muhammet.k...@collabora.com>
CommitDate: Sat Jan 25 19:10:42 2020 +0100

    tdf#124176: Use pragma once instead of include guards
    
    Change-Id: I4a4e18cf3c61aaebb467e43ebbf846e8860f4105
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87388
    Tested-by: Jenkins
    Reviewed-by: Muhammet Kara <muhammet.k...@collabora.com>

diff --git a/formula/inc/core_resource.hxx b/formula/inc/core_resource.hxx
index 1990a36c14e3..8a8f49b77b0f 100644
--- a/formula/inc/core_resource.hxx
+++ b/formula/inc/core_resource.hxx
@@ -17,14 +17,11 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_FORMULA_SOURCE_CORE_INC_CORE_RESOURCE_HXX
-#define INCLUDED_FORMULA_SOURCE_CORE_INC_CORE_RESOURCE_HXX
+#pragma once
 
 #include <rtl/ustring.hxx>
 #include <formula/formuladllapi.h>
 
 FORMULA_DLLPUBLIC OUString ForResId(const char *pId);
 
-#endif // INCLUDED_FORMULA_SOURCE_CORE_INC_CORE_RESOURCE_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to