[Libreoffice] Quick Patch to Fix sfx2 compile error

Caolán McNamara caolanm at redhat.com
Thu Oct 21 11:54:01 PDT 2010


On Thu, 2010-10-21 at 07:36 -0700, Joseph Powers wrote:
> Not sure why no one else noticed this...  com::sun::star:: was missing on two entries

Possibly some koenig lookup or something similar failure in the compiler
IMO. i.e. there's a using namespace ::com::sun::star; at the top of the
file, so it should have "just worked", and it does here. 

That said, it doesn't hurt to add in some extra qualifiers if it helps
get things built on various platforms.

C.



More information about the LibreOffice mailing list