mirror of
https://github.com/LibreOffice/core.git
synced 2025-07-23 02:51:47 +00:00
tdf#143148: Use pragma once instead of include guards
Change-Id: Ice4a6c35cd92a17fe1971c932e2ccaf36b4a189d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188066 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Jenkins
This commit is contained in:

committed by
Mike Kaganski

parent
4f8b32e92c
commit
48ece7e0c3
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_BASIC_VBAHELPER_HXX
|
||||
#define INCLUDED_BASIC_VBAHELPER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <rtl/ustring.hxx>
|
||||
#include <basic/basicdllapi.h>
|
||||
@ -89,6 +88,4 @@ BASIC_DLLPUBLIC void registerCurrentDirectory(
|
||||
|
||||
} // namespace basic::vba
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
Reference in New Issue
Block a user