diff options
author | Jacek Wolszczak <shutdownrunner@gmail.com> | 2010-10-20 15:36:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-20 15:36:15 +0100 |
commit | 6031a9e618344f8e32f0502db6c0e6ecd6a4de38 (patch) | |
tree | 37f0af5c58482d8ca0dca644c257c81890f17903 /sw/inc/viewopt.hxx | |
parent | 76ca32af52e801725855a09815c078f331aa292d (diff) |
convert to new OSL family of asserts
Diffstat (limited to 'sw/inc/viewopt.hxx')
-rw-r--r-- | sw/inc/viewopt.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/viewopt.hxx b/sw/inc/viewopt.hxx index 4b1c70c5416b..fbf374b6d80b 100644 --- a/sw/inc/viewopt.hxx +++ b/sw/inc/viewopt.hxx @@ -173,7 +173,7 @@ protected: BYTE nTblDest; // Ziel fuer Tabellenhintergrund -#ifdef DBG_UTIL +#if OSL_DEBUG_LEVEL > 1 // korrespondieren zu den Angaben in ui/config/cfgvw.src BOOL bTest1 :1; // Test-Flag "Layout not loading" BOOL bTest2 :1; // Test-Flag "WYSIWYG++" @@ -426,7 +426,7 @@ public: USHORT GetViewLayoutColumns() const { return mnViewLayoutColumns; } void SetViewLayoutColumns( USHORT nNew ) { mnViewLayoutColumns = nNew; } -#ifdef DBG_UTIL +#if OSL_DEBUG_LEVEL > 1 // korrespondieren zu den Angaben in ui/config/cfgvw.src inline BOOL IsTest1() const { return bTest1; } inline void SetTest1( BOOL b ) { bTest1 = b; } |