[Libreoffice-commits] core.git: include/editeng

Stephan Bergmann sbergman at redhat.com
Thu Sep 26 12:11:09 PDT 2013


 include/editeng/editstat.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 703e9f90c00da364e4cddd7e1ea332e6846fe6ce
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Sep 26 21:10:43 2013 +0200

    Missing #include
    
    Change-Id: I4ed43a7464da4f4e68636dc90bb92c9a1f76336f

diff --git a/include/editeng/editstat.hxx b/include/editeng/editstat.hxx
index 0369c25..51482ba 100644
--- a/include/editeng/editstat.hxx
+++ b/include/editeng/editstat.hxx
@@ -21,6 +21,7 @@
 #define _EDITSTAT_HXX
 
 #include <rtl/ustring.hxx>
+#include <tools/solar.h>
 #include <i18nlangtag/lang.h>
 
 #define EE_CNTRL_USECHARATTRIBS     0x00000001  // Use of hard character attributes


More information about the Libreoffice-commits mailing list