summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/uno/ColumnControl.hxx
diff options
context:
space:
mode:
authorGeorge Bateman <george.bateman16@gmail.com>2020-09-13 12:06:53 +0000
committerJulien Nabet <serval2412@yahoo.fr>2020-09-13 15:36:51 +0200
commitffcee12bc09dd1bfd713314788061273ca144efd (patch)
treeb24059f6abec08e153f28753d4b9143c5c6d3396 /dbaccess/source/ui/uno/ColumnControl.hxx
parentae484ec0fdcd1871ce28e7fcddaa1debc28eca8a (diff)
tdf#124176 Use #pragma once in dbaccess/source/ui
This commit was carried out by a Python script, source of which is at https://bugs.documentfoundation.org/show_bug.cgi?id=124176#c97. Change-Id: I7508acd84f2264ba807951d9b933b1ee76560c92 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102552 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess/source/ui/uno/ColumnControl.hxx')
-rw-r--r--dbaccess/source/ui/uno/ColumnControl.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/dbaccess/source/ui/uno/ColumnControl.hxx b/dbaccess/source/ui/uno/ColumnControl.hxx
index 2b290cda9c78..efea97979d65 100644
--- a/dbaccess/source/ui/uno/ColumnControl.hxx
+++ b/dbaccess/source/ui/uno/ColumnControl.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_DBACCESS_SOURCE_UI_UNO_COLUMNCONTROL_HXX
-#define INCLUDED_DBACCESS_SOURCE_UI_UNO_COLUMNCONTROL_HXX
+#pragma once
#include <connectivity/CommonTools.hxx>
#include <toolkit/controls/unocontrol.hxx>
@@ -45,6 +44,4 @@ namespace dbaui
};
} // namespace dbaui
-#endif // INCLUDED_DBACCESS_SOURCE_UI_UNO_COLUMNCONTROL_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */