]> git.pld-linux.org Git - packages/libreoffice.git/blob - openoffice-stlutility.patch
- DON'T hardcode java paths!
[packages/libreoffice.git] / openoffice-stlutility.patch
1 --- oo/i18nutil/source/utility/widthfolding.cxx.orig    Sat Jul 12 16:44:09 2003
2 +++ oo/i18nutil/source/utility/widthfolding.cxx Sat Jul 12 16:43:27 2003
3 @@ -60,7 +60,7 @@
4   ************************************************************************/
5  
6  // prevent internal compiler error with MSVC6SP3
7 -#include <stl/utility>
8 +//#include <stl/utility>
9  #include <i18nutil/widthfolding.hxx>
10  #include <i18nutil/x_rtl_ustring.h>
11  #include "widthfolding_data.h"
This page took 0.030853 seconds and 3 git commands to generate.