diff options
author | Roman Kuznetsov <antilibreoffice@gmail.com> | 2020-11-19 19:49:51 +0100 |
---|---|---|
committer | Roman Kuznetsov <antilibreoffice@gmail.com> | 2020-11-19 23:11:18 +0100 |
commit | 023b77182a5818063f53ecfbe7ec3562ee37dcbc (patch) | |
tree | 723ceec5885f6c1de18f5f5c4308b16b64de77c9 /include/sfx2/sidebar/ILayoutableWindow.hxx | |
parent | 510263ea0e0f16bf3e1605c4e875b5f801f89940 (diff) |
tdf#124176 use pragma once instead of include guards
in /core/include/sfx2/sidebar
Change-Id: I3ce7ccbd1e0e8e905c1f0eeefe1b17f4a2cd238f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106138
Tested-by: Jenkins
Reviewed-by: Roman Kuznetsov <antilibreoffice@gmail.com>
Diffstat (limited to 'include/sfx2/sidebar/ILayoutableWindow.hxx')
-rw-r--r-- | include/sfx2/sidebar/ILayoutableWindow.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/sfx2/sidebar/ILayoutableWindow.hxx b/include/sfx2/sidebar/ILayoutableWindow.hxx index cb78ec5ad384..4eb3158a64d7 100644 --- a/include/sfx2/sidebar/ILayoutableWindow.hxx +++ b/include/sfx2/sidebar/ILayoutableWindow.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_SFX2_SIDEBAR_ILAYOUTABLEWINDOW_HXX -#define INCLUDED_SFX2_SIDEBAR_ILAYOUTABLEWINDOW_HXX +#pragma once #include <sfx2/dllapi.h> #include <sal/types.h> @@ -40,6 +39,4 @@ public: } // end of namespace ::sd::sidebar -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |