diff options
author | ViKrAm-Baisclear <vikrambais02@gmail.com> | 2021-01-15 14:03:08 +0530 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2021-02-06 15:38:35 +0100 |
commit | ab559cf3423f29f00697afb9cea4636e9f9069f6 (patch) | |
tree | 5db40a66d6503aa4d6e0fe454ac83bed5ed27a21 /scripting | |
parent | 1ea8e56ec3c15fb23bb8c0512c4e6afa8bc9d66e (diff) |
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.lauhakangas@libreoffice.org>
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/stringresource/stringresource.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
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: */ |