diff options
author | Mehmet Emin Başoğlu <mehmeteminbasoglu@hotmail.com> | 2020-01-25 14:58:36 +0300 |
---|---|---|
committer | Muhammet Kara <muhammet.kara@collabora.com> | 2020-01-26 20:29:14 +0100 |
commit | 20b5c03ae6406a64ffec328e550fd3c9b3f0306c (patch) | |
tree | a7b4ac871736bbd1285844d61262453a1a516c39 /sd/inc/sdresid.hxx | |
parent | 9accb3c4b5e1861d9a03c655242da5b629f5a6d6 (diff) |
tdf#124176: Use pragma once instead of include guards
Change-Id: Iaf87f70db32bcdb9ae079732e931b4c80879e247
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87383
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'sd/inc/sdresid.hxx')
-rw-r--r-- | sd/inc/sdresid.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sd/inc/sdresid.hxx b/sd/inc/sdresid.hxx index 8ac4ea45405e..20254c0979fb 100644 --- a/sd/inc/sdresid.hxx +++ b/sd/inc/sdresid.hxx @@ -17,14 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SD_INC_SDRESID_HXX -#define INCLUDED_SD_INC_SDRESID_HXX +#pragma once #include <rtl/ustring.hxx> #include "sddllapi.h" SD_DLLPUBLIC OUString SdResId(const char* pId); -#endif /* _SD_SDRESID_HXX */ - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |