diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-07-10 14:03:42 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-07-10 14:03:42 +0200 |
commit | b2bebad78498c79c2a55ae5cf4ee947070c1e21b (patch) | |
tree | b03ee0382969abb7cbe842a085c2c129a186eca0 /sw/inc/errhdl.hxx | |
parent | bc3bba74e94d7c1e0f22e9c14f739683200713ad (diff) |
#i103452#: replace PRODUCT by !DBG_UTIL; replace assert by OSL_ASSERT where possible
Diffstat (limited to 'sw/inc/errhdl.hxx')
-rw-r--r-- | sw/inc/errhdl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/errhdl.hxx b/sw/inc/errhdl.hxx index f9fae69e7358..3d7c8a19085d 100644 --- a/sw/inc/errhdl.hxx +++ b/sw/inc/errhdl.hxx @@ -30,7 +30,7 @@ #ifndef _ERRHDL_HXX #define _ERRHDL_HXX -#ifndef PRODUCT +#ifdef DBG_UTIL #include <tools/solar.h> #include <sal/types.h> |