[Libreoffice-commits] core.git: sc/source

Miklos Vajna vmiklos at collabora.co.uk
Wed Sep 18 22:38:25 PDT 2013


 sc/source/filter/html/htmlpars.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 82af305b558da6731e39f3a752598dcd1248324f
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Thu Sep 19 07:37:45 2013 +0200

    error: "ENABLE_ORCUS" is not defined
    
    Change-Id: Ie835d5ad83b2cc58f5243f41b31671bf13bafa75

diff --git a/sc/source/filter/html/htmlpars.cxx b/sc/source/filter/html/htmlpars.cxx
index 9beb5c9..565fc90 100644
--- a/sc/source/filter/html/htmlpars.cxx
+++ b/sc/source/filter/html/htmlpars.cxx
@@ -56,6 +56,8 @@
 #include "document.hxx"
 #include "rangelst.hxx"
 
+#include <config_orcus.h>
+
 #if ENABLE_ORCUS
 #include <orcus/css_parser.hpp>
 #endif


More information about the Libreoffice-commits mailing list