sw/source/uibase/uno/unomodule.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
New commits: commit d9929c86bcbd2b3a3abd1579dc87e9a4cf0087c8 Author: Gül Toksöz <meryemglt...@gmail.com> AuthorDate: Sat Nov 21 12:22:09 2020 +0000 Commit: Muhammet Kara <muhammet.k...@collabora.com> CommitDate: Sat Nov 21 18:21:10 2020 +0100 tdf#124176: Use pragma once instead of include guards Change-Id: Ic20cba0096e03a0afe6336676a56639ebebc34a0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106309 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.k...@collabora.com> diff --git a/sw/source/uibase/uno/unomodule.hxx b/sw/source/uibase/uno/unomodule.hxx index 1d2157efff77..fa85f11d7443 100644 --- a/sw/source/uibase/uno/unomodule.hxx +++ b/sw/source/uibase/uno/unomodule.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SW_SOURCE_UIBASE_UNO_UNOMODULE_HXX -#define INCLUDED_SW_SOURCE_UIBASE_UNO_UNOMODULE_HXX +#pragma once #include <rtl/ustring.hxx> #include <com/sun/star/frame/XDispatchProvider.hpp> @@ -71,6 +70,5 @@ public: virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames( ) override; }; -#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits