diff options
-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: */ |