summaryrefslogtreecommitdiff
path: root/sd/workben
diff options
context:
space:
mode:
authorVincent LE GARREC <libreoffice@le-garrec.fr>2021-03-23 20:02:02 +0100
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2021-03-24 07:39:31 +0100
commit7fb85fa0f0a85384f085b13e7d08113f63392445 (patch)
treec7d9534df412b61feadd77f76bb662b036669398 /sd/workben
parentbdbb5d0389642c0d445b5779fe2a18fda3e4a4d4 (diff)
tdf#124176 Use pragma once in sd
Change-Id: Ic439140d9ecdcdee9272185bd3c2d11e11288f07 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112051 Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'sd/workben')
-rw-r--r--sd/workben/custompanel/ctp_panel.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sd/workben/custompanel/ctp_panel.hxx b/sd/workben/custompanel/ctp_panel.hxx
index ced2ab7f8f2c..a6d970693b70 100644
--- a/sd/workben/custompanel/ctp_panel.hxx
+++ b/sd/workben/custompanel/ctp_panel.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SD_WORKBEN_CUSTOMPANEL_CTP_PANEL_HXX
-#define INCLUDED_SD_WORKBEN_CUSTOMPANEL_CTP_PANEL_HXX
+#pragma once
#include <com/sun/star/drawing/framework/XView.hpp>
#include <com/sun/star/ui/XToolPanel.hpp>
@@ -80,6 +79,4 @@ namespace sd::colortoolpanel
} } // namespace sd::colortoolpanel
-#endif // INCLUDED_SD_WORKBEN_CUSTOMPANEL_CTP_PANEL_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */