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 | 36fd02ff4b6d04896b8e0d43481e213d45e9827b (patch) | |
tree | 1cfec2611aa7a00d9b4a7e4eb6c849ab5101ab87 /soldep | |
parent | 95a48940e91e4d38496dbc72480e8d4dabebf067 (diff) |
#i103452#: replace PRODUCT by !DBG_UTIL; replace assert by OSL_ASSERT where possible
Diffstat (limited to 'soldep')
-rw-r--r-- | soldep/inc/prodmap.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soldep/inc/prodmap.hxx b/soldep/inc/prodmap.hxx index 3faa8ed9368a..822a3fcf1530 100644 --- a/soldep/inc/prodmap.hxx +++ b/soldep/inc/prodmap.hxx @@ -28,7 +28,7 @@ * ************************************************************************/ -#ifndef PRODUCT_MAPPER_HXX +#ifdef PRODUCT_MAPPER_HXX #define PRODUCT_MAPPER_HXX #ifndef _SSTRING_HXX |