diff options
author | Vincent LE GARREC <libreoffice@le-garrec.fr> | 2021-03-06 08:18:00 +0100 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2021-03-23 10:48:06 +0100 |
commit | 039e90ec011157c9e851221a53ec62d33acb71d1 (patch) | |
tree | e4b792dc6b8fe11cd823c53d94fb41ffab2a28d3 /extensions/source/propctrlr/MasterDetailLinkDialog.hxx | |
parent | ae2299301c3a5797b1a99d69156f367cabc614b0 (diff) |
tdf#124176 Use pragma once in extensions
Change-Id: I1a5ed69da20cef4428f5f61db5fb9411cff61dc7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112048
Tested-by: Jenkins
Reviewed-by: John Turpish <jbt@gmx.us>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'extensions/source/propctrlr/MasterDetailLinkDialog.hxx')
-rw-r--r-- | extensions/source/propctrlr/MasterDetailLinkDialog.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/extensions/source/propctrlr/MasterDetailLinkDialog.hxx b/extensions/source/propctrlr/MasterDetailLinkDialog.hxx index f196c755c093..97911436a1e6 100644 --- a/extensions/source/propctrlr/MasterDetailLinkDialog.hxx +++ b/extensions/source/propctrlr/MasterDetailLinkDialog.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_EXTENSIONS_SOURCE_PROPCTRLR_MASTERDETAILLINKDIALOG_HXX -#define INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_MASTERDETAILLINKDIALOG_HXX +#pragma once #include <comphelper/proparrhlp.hxx> #include <svtools/genericunodialog.hxx> @@ -65,6 +64,4 @@ namespace pcr } // namespace pcr -#endif // INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_MASTERDETAILLINKDIALOG_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |