From 4ee6123d0547b86eb42f193686eb50e0fd4da872 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Fri, 24 Feb 2012 13:57:49 +0100 Subject: Do not define PRUDUCT, we only use DBG_UTIL now --- sw/source/core/text/inftxt.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source') diff --git a/sw/source/core/text/inftxt.cxx b/sw/source/core/text/inftxt.cxx index 96d596c310b9..e081de64520d 100644 --- a/sw/source/core/text/inftxt.cxx +++ b/sw/source/core/text/inftxt.cxx @@ -207,7 +207,7 @@ void ChkOutDev( const SwTxtSizeInfo &rInf ) const OutputDevice* pRef = rInf.GetRefDev(); OSL_ENSURE( pOut && pRef, "ChkOutDev: invalid output devices" ); } -#endif // PRODUCT +#endif inline xub_StrLen GetMinLen( const SwTxtSizeInfo &rInf ) -- cgit