[Libreoffice-commits] core.git: cui/source

Yusuf Keten (via logerrit) logerrit at kemper.freedesktop.org
Wed Dec 18 20:22:42 UTC 2019


 cui/source/dialogs/SpellAttrib.hxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit eb57eb632c715bb32d94f5988b295bb766ad0c57
Author:     Yusuf Keten <ketenyusuf at gmail.com>
AuthorDate: Wed Dec 18 20:00:26 2019 +0300
Commit:     Muhammet Kara <muhammet.kara at collabora.com>
CommitDate: Wed Dec 18 21:21:12 2019 +0100

    tdf#124176:  Use pragma once instead of include guards
    
    Change-Id: I1f6d66a0d4a06338671579e9be2dbdc5cd673d50
    Reviewed-on: https://gerrit.libreoffice.org/85411
    Tested-by: Jenkins
    Reviewed-by: Muhammet Kara <muhammet.kara at collabora.com>

diff --git a/cui/source/dialogs/SpellAttrib.hxx b/cui/source/dialogs/SpellAttrib.hxx
index 26921b666e82..c086fe3d086a 100644
--- a/cui/source/dialogs/SpellAttrib.hxx
+++ b/cui/source/dialogs/SpellAttrib.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_CUI_SOURCE_DIALOGS_SPELLATTRIB_HXX
-#define INCLUDED_CUI_SOURCE_DIALOGS_SPELLATTRIB_HXX
+#pragma once
 
 #include <com/sun/star/uno/Reference.h>
 #include <com/sun/star/uno/Sequence.h>
@@ -115,6 +114,5 @@ struct SpellErrorDescription
 };
 
 }//namespace svx
-#endif
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list