Author: hdu
Date: Fri Jan  3 14:07:06 2014
New Revision: 1555095

URL: http://svn.apache.org/r1555095
Log:
#i123965# fix build breaker caused by SfxTabPage forward declaration extra 
namespace qualifier

on some platforms like XCode>=4

Modified:
    openoffice/trunk/   (props changed)
    openoffice/trunk/main/cui/source/inc/numfmt.hxx

Propchange: openoffice/trunk/
------------------------------------------------------------------------------
  Merged /openoffice/branches/rejuvenate01:r1480411

Modified: openoffice/trunk/main/cui/source/inc/numfmt.hxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/cui/source/inc/numfmt.hxx?rev=1555095&r1=1555094&r2=1555095&view=diff
==============================================================================
--- openoffice/trunk/main/cui/source/inc/numfmt.hxx (original)
+++ openoffice/trunk/main/cui/source/inc/numfmt.hxx Fri Jan  3 14:07:06 2014
@@ -83,8 +83,6 @@ class SvxNumberFormatTabPage : public Sf
 public:
        ~SvxNumberFormatTabPage();
 
-#undef SfxTabPage
-#define SfxTabPage ::SfxTabPage
        static SfxTabPage*              Create( Window* pParent,
                                                                        const 
SfxItemSet& rAttrSet );
        static sal_uInt16*                      GetRanges();


Reply via email to