https://issues.apache.org/ooo/show_bug.cgi?id=123965
Bug ID: 123965
Issue Type: DEFECT
Summary: extra qualifier on SfxTabPage forward declaration
breaks the build
Product: General
Version: 4.1.0-dev
Hardware: All
OS: All
Status: CONFIRMED
Severity: normal
Priority: P2
Component: code
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
When building cui's object file for dlgfact.cxx the the compiler sees the
forward declaration
class ::SfxTabPage;
because of the forward declaration sfx2/module.hxx and the
#define SfxTabPage ::SfxTabPage
in cui/inc/numfmt.hxx
The anonymous namespace qualifier on the SfxTabPage forward declaration breaks
the build in some build environments, e.g. on XCode>=4 and thus needs to be
fixed.
--
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.