You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2013/12/16 11:11:46 UTC

[Bug 123859] Use of incomplete types in comphelper's locale.cxx

https://issues.apache.org/ooo/show_bug.cgi?id=123859

--- Comment #1 from hdu@apache.org <hd...@apache.org> ---
Created attachment 82111
  --> https://issues.apache.org/ooo/attachment.cgi?id=82111&action=edit
avoid incomplete Locale class as return value

If this patch doesn't work directly then adding a forward declaration
   class Locale;
before the actual class declaration in locale.hxx could be useful.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.