[Libreoffice-commits] core.git: starmath/inc

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Thu Dec 3 10:00:04 UTC 2020


 starmath/inc/starmathdatabase.hxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 0498cc5a1b6f3fef7214553f3e61443238e49f56
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Dec 3 08:48:47 2020 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Dec 3 10:59:29 2020 +0100

    add a header guard
    
    Change-Id: I7be5558b834366c7a0cc96bcf20d811d176990e3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107143
    Tested-by: Caolán McNamara <caolanm at redhat.com>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/starmath/inc/starmathdatabase.hxx b/starmath/inc/starmathdatabase.hxx
index 7841810aeb08..2828ecfd8a98 100644
--- a/starmath/inc/starmathdatabase.hxx
+++ b/starmath/inc/starmathdatabase.hxx
@@ -17,6 +17,8 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#pragma once
+
 #include "token.hxx"
 
 // Starmath color types


More information about the Libreoffice-commits mailing list