embedserv/source/inc/embeddocaccess.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 63ef38cf8140a155e8d34497c5b0050432298bce
Author:     Mohsen Rahimi <[email protected]>
AuthorDate: Sun Jul 10 15:17:36 2022 +0430
Commit:     Julien Nabet <[email protected]>
CommitDate: Sun Jul 10 14:25:57 2022 +0200

    tdf#143148 embedserv: Use pragma once instead of include guards
    
    Change-Id: I5a96d63657cdbaf0c161f742307a1e7a09945dbc
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136949
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <[email protected]>

diff --git a/embedserv/source/inc/embeddocaccess.hxx 
b/embedserv/source/inc/embeddocaccess.hxx
index 8b03900afd82..b5604c755da5 100644
--- a/embedserv/source/inc/embeddocaccess.hxx
+++ b/embedserv/source/inc/embeddocaccess.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_EMBEDSERV_SOURCE_INC_EMBEDDOCACCESS_HXX
-#define INCLUDED_EMBEDSERV_SOURCE_INC_EMBEDDOCACCESS_HXX
+#pragma once
 
 #define OLESERV_SAVEOBJECT      1
 #define OLESERV_CLOSE           2
@@ -75,6 +74,4 @@ class EmbeddedDocumentInstanceAccess_Impl : public 
::cppu::OWeakObject
     void ClearEmbedDocument();
 };
 
-#endif
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to