summaryrefslogtreecommitdiffstats
path: root/sw
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-02-24 13:57:49 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-02-24 17:06:50 +0100
commit4ee6123d0547b86eb42f193686eb50e0fd4da872 (patch)
tree1e9545b9e51116201a93290b4e0ce9d3712406ac /sw
parentmissed instances of -std=c++0x when switching to gnu++0x (diff)
downloadcore-4ee6123d0547b86eb42f193686eb50e0fd4da872.tar.gz
core-4ee6123d0547b86eb42f193686eb50e0fd4da872.zip
Do not define PRUDUCT, we only use DBG_UTIL now
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/text/inftxt.cxx2
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 )