summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mozab/bootstrap
diff options
context:
space:
mode:
authorganeshdevare <ganeshdevare271@gmail.com>2020-11-29 16:48:59 +0530
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2020-12-01 10:08:40 +0100
commitbc833c71cda6595897277013b1ee6273c6296219 (patch)
tree80e23aca45480ad1e40cf5e192479a042c5f6d6d /connectivity/source/drivers/mozab/bootstrap
parent7673b027daed248d1be4dd1a773bfc0334a00c53 (diff)
tdf#124176 Use #pragma once in connectivity
Change-Id: I5a25e8b7bdbb4de411d5aa5313d409a4c0beb24b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106839 Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'connectivity/source/drivers/mozab/bootstrap')
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.hxx b/connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.hxx
index 0558d2996ead..a5f271183b27 100644
--- a/connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.hxx
+++ b/connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_BOOTSTRAP_MNSPROFILEDISCOVER_HXX
-#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_BOOTSTRAP_MNSPROFILEDISCOVER_HXX
+#pragma once
#include <sal/types.h>
#include <com/sun/star/mozilla/MozillaProductType.hpp>
@@ -77,6 +76,5 @@ namespace connectivity::mozab
}
-#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_BOOTSTRAP_MNSPROFILEDISCOVER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */