diff options
author | Roman Kuznetsov <antilibreoffice@gmail.com> | 2020-11-18 23:08:50 +0100 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2020-11-19 07:26:22 +0100 |
commit | 6d74413e5d2b03d84a2f8f748827234b2c22d62c (patch) | |
tree | 0a3dae67d88b5c696d412e3f71fa1712a3d3956f /include/svtools/insdlg.hxx | |
parent | 19926ed35ebb623fc896942b1f232b83edf1fc1e (diff) |
tdf#124176 use pragma once instead of include guards
in /core/include/svtools/
Change-Id: Ic8614f77dfde02f4c1fc4cceccd1de4ff5a05f72
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106006
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'include/svtools/insdlg.hxx')
-rw-r--r-- | include/svtools/insdlg.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/svtools/insdlg.hxx b/include/svtools/insdlg.hxx index 041588f6fc11..58be96c4fe90 100644 --- a/include/svtools/insdlg.hxx +++ b/include/svtools/insdlg.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_SVTOOLS_INSDLG_HXX -#define INCLUDED_SVTOOLS_INSDLG_HXX +#pragma once #include <svtools/svtdllapi.h> #include <tools/globname.hxx> @@ -69,6 +68,4 @@ public: static bool GetEmbeddedName(const TransferableDataHelper& rData, OUString& _rName, OUString& _rSource, SotClipboardFormatId const & _nFormat); }; -#endif // INCLUDED_SVTOOLS_INSDLG_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |