summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filinsreq.hxx
diff options
context:
space:
mode:
authorVincent LE GARREC <libreoffice@le-garrec.fr>2021-03-06 08:28:23 +0100
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2021-03-23 10:54:09 +0100
commit1c0c2bb7920f5da7562a053019514d1e4cbdf1f6 (patch)
treed4dd124d4dbc0b12703b12d4eb945d11c063c297 /ucb/source/ucp/file/filinsreq.hxx
parent039e90ec011157c9e851221a53ec62d33acb71d1 (diff)
tdf#124176 Use pragma once in u*
ucb, uno*, uui Change-Id: Ic4b6d541eb0df8bf7bceddf178ebb5177ad2b87b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112046 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'ucb/source/ucp/file/filinsreq.hxx')
-rw-r--r--ucb/source/ucp/file/filinsreq.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/ucb/source/ucp/file/filinsreq.hxx b/ucb/source/ucp/file/filinsreq.hxx
index 661852681ecd..7f2e59a4c98a 100644
--- a/ucb/source/ucp/file/filinsreq.hxx
+++ b/ucb/source/ucp/file/filinsreq.hxx
@@ -18,8 +18,7 @@
*/
-#ifndef INCLUDED_UCB_SOURCE_UCP_FILE_FILINSREQ_HXX
-#define INCLUDED_UCB_SOURCE_UCP_FILE_FILINSREQ_HXX
+#pragma once
#include <rtl/ustring.hxx>
#include <com/sun/star/uno/XInterface.hpp>
@@ -140,6 +139,4 @@ class XInteractionSupplyNameImpl : public cppu::WeakImplHelper<
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */