diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-02-24 13:57:49 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-02-24 17:06:50 +0100 |
commit | 4ee6123d0547b86eb42f193686eb50e0fd4da872 (patch) | |
tree | 1e9545b9e51116201a93290b4e0ce9d3712406ac /sw | |
parent | 752de2112756b49854942c532b083dbe9ea63a2f (diff) |
Do not define PRUDUCT, we only use DBG_UTIL now
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/text/inftxt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |