summaryrefslogtreecommitdiff
path: root/dbaccess/source/sdbtools/inc/connectiondependent.hxx
diff options
context:
space:
mode:
authorBatuhan Taskaya <isidentical@gmail.com>2020-01-25 14:58:32 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2020-01-25 19:09:34 +0100
commit44139efb6a64735d3c6fe1f1b0f0007eff3a7504 (patch)
tree5232857ad45ad845e48f67f9f23c1e8be711abdd /dbaccess/source/sdbtools/inc/connectiondependent.hxx
parent134507a663871d45951fdbd4291fa337ed70a1f4 (diff)
tdf#124176: Use pragma once instead of include guards
Change-Id: Ic35fce6fbc9c41a004f93952df83496ca1809004 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87380 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'dbaccess/source/sdbtools/inc/connectiondependent.hxx')
-rw-r--r--dbaccess/source/sdbtools/inc/connectiondependent.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/dbaccess/source/sdbtools/inc/connectiondependent.hxx b/dbaccess/source/sdbtools/inc/connectiondependent.hxx
index 37fb95b16588..d315d70187fb 100644
--- a/dbaccess/source/sdbtools/inc/connectiondependent.hxx
+++ b/dbaccess/source/sdbtools/inc/connectiondependent.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_DBACCESS_SOURCE_SDBTOOLS_CONNECTION_CONNECTIONDEPENDENT_HXX
-#define INCLUDED_DBACCESS_SOURCE_SDBTOOLS_CONNECTION_CONNECTIONDEPENDENT_HXX
+#pragma once
#include <com/sun/star/sdbc/XConnection.hpp>
#include <com/sun/star/lang/DisposedException.hpp>
@@ -133,6 +132,4 @@ namespace sdbtools
} // namespace sdbtools
-#endif // INCLUDED_DBACCESS_SOURCE_SDBTOOLS_CONNECTION_CONNECTIONDEPENDENT_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */