Re: [Libreoffice] cui pre-compiled headers

2011-02-12 Thread Tor Lillqvist
> I noticed that the precompiled_cui.hxx file is just one big #if 0 ... #endif > statement. That should not matter because even if you drop the #if 0 ane corresponding #endif, it is still surrounded by #ifdef PRECOMPILED_HEADERS ... #endif, and that is not true either. I.e., we don't use pre-co

[Libreoffice] cui pre-compiled headers

2011-02-12 Thread Joseph Powers
While removing some extra references to bootstrp/sstring.hxx, I noticed that the precompiled_cui.hxx file is just one big #if 0 ... #endif statement. I see two ways of fixing this: 1) Remove the #if 0 and see what breaks and then look at removing extra #include from the other files. 2) Remove