summaryrefslogtreecommitdiff
path: root/cui/source/customize
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@collabora.com>2019-12-18 15:57:12 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2019-12-18 19:02:09 +0100
commitecd490b6e3e612df117e82675e63237685e3ca36 (patch)
tree894b7be94fa595d2f2d9d3bb3bcbbc9dc439e000 /cui/source/customize
parent0286cde8c568a5652daf0b74f76816f980d86aee (diff)
tdf#124176: Use pragma once instead of include guards
Change-Id: I3df73c321efa7fa3e8a87608c3c7189f7d839ac8 Reviewed-on: https://gerrit.libreoffice.org/85384 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'cui/source/customize')
-rw-r--r--cui/source/customize/eventdlg.hxx5
-rw-r--r--cui/source/customize/macropg_impl.hxx5
2 files changed, 2 insertions, 8 deletions
diff --git a/cui/source/customize/eventdlg.hxx b/cui/source/customize/eventdlg.hxx
index 8db1fdaff7c8..2d368e98287f 100644
--- a/cui/source/customize/eventdlg.hxx
+++ b/cui/source/customize/eventdlg.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_CUI_SOURCE_CUSTOMIZE_EVENTDLG_HXX
-#define INCLUDED_CUI_SOURCE_CUSTOMIZE_EVENTDLG_HXX
+#pragma once
#include <vcl/weld.hxx>
#include <macropg.hxx>
@@ -50,6 +49,4 @@ private:
void ImplInitDocument();
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cui/source/customize/macropg_impl.hxx b/cui/source/customize/macropg_impl.hxx
index 6cc202e4de53..2a36d0f5cada 100644
--- a/cui/source/customize/macropg_impl.hxx
+++ b/cui/source/customize/macropg_impl.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_CUI_SOURCE_CUSTOMIZE_MACROPG_IMPL_HXX
-#define INCLUDED_CUI_SOURCE_CUSTOMIZE_MACROPG_IMPL_HXX
+#pragma once
#include <svl/itemset.hxx>
#include <vcl/weld.hxx>
@@ -53,6 +52,4 @@ public:
const OUString& getURL() const { return maURL; }
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */