[Libreoffice] Broken build from "Ported calc-perf-import-dbf-sc.diff from ooo-build"
Sidney Markowitz
sidney at sidney.com
Fri Oct 1 22:56:58 PDT 2010
commit afedafe83cedb9dd5cf05640849520b4707a822d
Author: Kohei Yoshida <kyoshida at ------.com>
Date: Fri Oct 1 22:30:59 2010 -0400
Ported calc-perf-import-dbf-sc.diff from ooo-build
Broke the build with following error:
build/libreoffice-3.2.99.1/sc/source/ui/docshell/docsh.cxx:124:24: error:
docparam.hxx: No such file or directory
Tracking down the cause:
$ cd build/clone/calc/sc/source/ui/docshell
$ find ../../.. -name \docparam.hxx
$ grep docparam.hxx *
docsh8.cxx:#include "docparam.hxx"
docsh.cxx:#include "docparam.hxx"
$ git blame -L /docparam.hxx/,+1 docsh.cxx
afedafe8 (Kohei Yoshida 2010-10-01 22:30:59 -0400 124) #include "docparam.hxx"
More information about the LibreOffice
mailing list