summaryrefslogtreecommitdiffstats
path: root/sw/inc/index.hxx
diff options
context:
space:
mode:
authorLaurent Balland-Poirier <jumbo4444@yahoo.fr>2012-02-14 22:39:47 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-02-17 21:36:57 +0000
commit26bd18dfc2516aab507dfb478cfc31e4bf57442f (patch)
tree49e6525be26ff0f2a9fd362d37adf427e106970e /sw/inc/index.hxx
parentWaE: add horror cast to calm Stephan's tinderbox (diff)
downloadcore-26bd18dfc2516aab507dfb478cfc31e4bf57442f.tar.gz
core-26bd18dfc2516aab507dfb478cfc31e4bf57442f.zip
EasyHack 42790: get rid of PRODUCT
Preprocessor constant PRODUCT is replaced by !DBG_UTIL
Diffstat (limited to 'sw/inc/index.hxx')
-rw-r--r--sw/inc/index.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/index.hxx b/sw/inc/index.hxx
index 8d183db8f243..a47bbaf40f10 100644
--- a/sw/inc/index.hxx
+++ b/sw/inc/index.hxx
@@ -211,7 +211,7 @@ inline SwIndex& SwIndex::operator= ( xub_StrLen const nVal )
return *this;
}
-#endif // PRODUCT
+#endif // ifndef DBG_UTIL
#endif