summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc
diff options
context:
space:
mode:
authorJacek Wolszczak <shutdownrunner@gmail.com>2010-10-20 15:36:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-20 15:36:15 +0100
commit6031a9e618344f8e32f0502db6c0e6ecd6a4de38 (patch)
tree37f0af5c58482d8ca0dca644c257c81890f17903 /sw/source/ui/inc
parentFixed a crash when importing some RTF file. (diff)
downloadcore-6031a9e618344f8e32f0502db6c0e6ecd6a4de38.tar.gz
core-6031a9e618344f8e32f0502db6c0e6ecd6a4de38.zip
convert to new OSL family of asserts
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r--sw/source/ui/inc/cfgitems.hxx2
-rw-r--r--sw/source/ui/inc/optpage.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/inc/cfgitems.hxx b/sw/source/ui/inc/cfgitems.hxx
index 79a791d57421..4df349e017a1 100644
--- a/sw/source/ui/inc/cfgitems.hxx
+++ b/sw/source/ui/inc/cfgitems.hxx
@@ -203,7 +203,7 @@ public:
void SetOn( BOOL bFlag ) { bOn = bFlag; }
};
-#ifdef DBG_UTIL
+#if OSL_DEBUG_LEVEL > 1
/*--------OS 12.01.95 -----------------------------------
Item fuer Einstellungsdialog - Testeinstellungen
diff --git a/sw/source/ui/inc/optpage.hxx b/sw/source/ui/inc/optpage.hxx
index 47a1c2049ac5..86a197bdc922 100644
--- a/sw/source/ui/inc/optpage.hxx
+++ b/sw/source/ui/inc/optpage.hxx
@@ -439,7 +439,7 @@ public:
TabPage Testeinstellungen fuer SW
--------------------------------------------------------- */
-#ifdef DBG_UTIL
+#if OSL_DEBUG_LEVEL > 1
class SwTestTabPage : public SfxTabPage
{