]> git.pld-linux.org Git - packages/libreoffice.git/blame - openoffice-xmlhelp.patch
- DON'T hardcode java paths!
[packages/libreoffice.git] / openoffice-xmlhelp.patch
CommitLineData
1fb06a95 1diff -uNr xmlhelp.old/source/cxxhelp/qe/Query.cxx xmlhelp/source/cxxhelp/qe/Query.cxx
2--- oo/xmlhelp.old/source/cxxhelp/qe/Query.cxx Sat Mar 29 21:42:56 2003
3+++ oo/xmlhelp/source/cxxhelp/qe/Query.cxx Sat Mar 29 22:00:57 2003
4@@ -153,7 +153,7 @@
5 };
6
7
8-#include <stl/algorithm>
9+#include <algorithm>
10
11
12 QueryHit* HitStore::firstBestQueryHit()
This page took 0.054306 seconds and 4 git commands to generate.