diff options
author | Yomnasalama <yomnasalama2000@gmail.com> | 2022-03-28 05:36:34 +0200 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2022-03-30 08:03:09 +0200 |
commit | 92ddacfaa00f7dbcddc521f2239916e69e9a33d6 (patch) | |
tree | 2b68d82f325b693250e47f2fcb03311b9696e905 /include/connectivity | |
parent | c03b09e502bf178ae3b6752408e4f9813d4a49a8 (diff) |
tdf#143148- Use pragma once in connectivity
Change-Id: If15cf06a986e4bf6ac43b91567a7b2b1aa153d18
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132156
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'include/connectivity')
-rw-r--r-- | include/connectivity/odbc.hxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/connectivity/odbc.hxx b/include/connectivity/odbc.hxx index 896001477293..9f1e487ebf71 100644 --- a/include/connectivity/odbc.hxx +++ b/include/connectivity/odbc.hxx @@ -16,10 +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_CONNECTIVITY_SOURCE_INC_ODBC_OFUNCTIONDEFS_HXX -#define INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_OFUNCTIONDEFS_HXX +#pragma once #if defined(_WIN32) @@ -94,7 +91,4 @@ #endif #endif -#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_OFUNCTIONDEFS_HXX - - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |