summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc/UITools.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/inc/UITools.hxx
parenttdf#124176 Use #pragma once in dbaccess/source/core (diff)
downloadcore-ffcee12bc09dd1bfd713314788061273ca144efd.tar.gz
core-ffcee12bc09dd1bfd713314788061273ca144efd.zip
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/inc/UITools.hxx')
-rw-r--r--dbaccess/source/ui/inc/UITools.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/UITools.hxx b/dbaccess/source/ui/inc/UITools.hxx
index 913504f4e4f6..c6fafa1b0926 100644
--- a/dbaccess/source/ui/inc/UITools.hxx
+++ b/dbaccess/source/ui/inc/UITools.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_INC_UITOOLS_HXX
-#define INCLUDED_DBACCESS_SOURCE_UI_INC_UITOOLS_HXX
+#pragma once
#include <connectivity/dbexception.hxx>
#include <comphelper/stl_types.hxx>
@@ -391,6 +390,5 @@ namespace dbaui
css::uno::Reference< css::util::XNumberFormatter > getNumberFormatter(const css::uno::Reference< css::sdbc::XConnection >& _rxConnection,const css::uno::Reference< css::uno::XComponentContext >& _rxContext );
}
-#endif // INCLUDED_DBACCESS_SOURCE_UI_INC_UITOOLS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */