scripting/source/stringresource/stringresource.hxx |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

New commits:
commit ab559cf3423f29f00697afb9cea4636e9f9069f6
Author:     ViKrAm-Baisclear <vikrambai...@gmail.com>
AuthorDate: Fri Jan 15 14:03:08 2021 +0530
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Sat Feb 6 15:38:35 2021 +0100

    tdf#124176 Used pragma once instead of include guards
    
    Change-Id: I235462f3ce81816f3ce36c7423dd3e50fc03778a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109320
    Tested-by: Jenkins
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

diff --git a/scripting/source/stringresource/stringresource.hxx 
b/scripting/source/stringresource/stringresource.hxx
index 81c558fd7b99..6a2a583c3b3e 100644
--- a/scripting/source/stringresource/stringresource.hxx
+++ b/scripting/source/stringresource/stringresource.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_SCRIPTING_SOURCE_STRINGRESOURCE_STRINGRESOURCE_HXX
-#define INCLUDED_SCRIPTING_SOURCE_STRINGRESOURCE_STRINGRESOURCE_HXX
+#pragma once
 
 #include <com/sun/star/resource/XStringResourceWithStorage.hpp>
 #include <com/sun/star/resource/XStringResourceWithLocation.hpp>
@@ -491,7 +490,4 @@ public:
 
 }   // namespace stringtable
 
-
-#endif // INCLUDED_SCRIPTING_SOURCE_STRINGRESOURCE_STRINGRESOURCE_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