summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/moduldlg.hxx
diff options
context:
space:
mode:
authorAleyna Doğrucan <aleynadgrcn699@gmail.com>2020-01-05 01:20:27 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2020-01-07 14:26:15 +0100
commit8b4aba14bb7ba98346b3ccd77c26dccda4cc1831 (patch)
treeba8842fd239f360b6772c3a7ef4cf707f9a1cf62 /basctl/source/basicide/moduldlg.hxx
parent86ffa73ed04900a33160cb6b28a8898fe139396d (diff)
tdf#124176: Use pragma once instead of include guards
Change-Id: Ib2c93eb61d8d4c944a1b7de074fd0e9e48715ca4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86232 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'basctl/source/basicide/moduldlg.hxx')
-rw-r--r--basctl/source/basicide/moduldlg.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/basctl/source/basicide/moduldlg.hxx b/basctl/source/basicide/moduldlg.hxx
index 6e5bb3b237a0..fa636a5cdd41 100644
--- a/basctl/source/basicide/moduldlg.hxx
+++ b/basctl/source/basicide/moduldlg.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_BASCTL_SOURCE_BASICIDE_MODULDLG_HXX
-#define INCLUDED_BASCTL_SOURCE_BASICIDE_MODULDLG_HXX
+#pragma once
#include <bastype2.hxx>
#include <vcl/weld.hxx>
@@ -216,6 +215,4 @@ void createLibImpl(weld::Window* pWin, const ScriptDocument& rDocument,
} // namespace basctl
-#endif // INCLUDED_BASCTL_SOURCE_BASICIDE_MODULDLG_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */