include/basic/vbahelper.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 48ece7e0c30cde5f0318768bc52e5f54c7efa45b
Author:     Paul McQuade <paulmcq...@gmail.com>
AuthorDate: Sat Jul 19 13:58:04 2025 +0100
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Sat Jul 19 16:30:30 2025 +0200

    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.kagan...@collabora.com>
    Tested-by: Jenkins

diff --git a/include/basic/vbahelper.hxx b/include/basic/vbahelper.hxx
index 8d18b66b1d10..c493169041d3 100644
--- a/include/basic/vbahelper.hxx
+++ b/include/basic/vbahelper.hxx
@@ -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: */

Reply via email to