You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by hd...@apache.org on 2013/05/08 21:04:29 UTC

svn commit: r1480411 - /openoffice/branches/rejuvenate01/main/cui/source/inc/numfmt.hxx

Author: hdu
Date: Wed May  8 19:04:29 2013
New Revision: 1480411

URL: http://svn.apache.org/r1480411
Log:
fix build breaker by removing extra namespace qualifiers

Modified:
    openoffice/branches/rejuvenate01/main/cui/source/inc/numfmt.hxx

Modified: openoffice/branches/rejuvenate01/main/cui/source/inc/numfmt.hxx
URL: http://svn.apache.org/viewvc/openoffice/branches/rejuvenate01/main/cui/source/inc/numfmt.hxx?rev=1480411&r1=1480410&r2=1480411&view=diff
==============================================================================
--- openoffice/branches/rejuvenate01/main/cui/source/inc/numfmt.hxx (original)
+++ openoffice/branches/rejuvenate01/main/cui/source/inc/numfmt.hxx Wed May  8 19:04:29 2013
@@ -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();