summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 16:51:45 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 16:51:45 +0000
commit097ed9b9fc5dc3aa957a21601c69df7159882011 (patch)
treefe986e453e3b8061c12469f19554b2d452ba36c3 /svtools
parent3234247c8b81b2159fb9b14a0dca65c0ec07713c (diff)
INTEGRATION: CWS dbgmacros1 (1.1.194); FILE MERGED
2003/04/10 08:41:10 kso 1.1.194.1: #108413# - debug macro unification.
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/config/fontoptions.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/config/fontoptions.cxx b/svtools/source/config/fontoptions.cxx
index 5e8a62e8b587..47c94c35c99e 100644
--- a/svtools/source/config/fontoptions.cxx
+++ b/svtools/source/config/fontoptions.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fontoptions.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: as $ $Date: 2000-11-13 09:48:47 $
+ * last change: $Author: vg $ $Date: 2003-04-15 17:51:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -323,7 +323,7 @@ void SvtFontOptions_Impl::Notify( const Sequence< OUString >& seqPropertyNames )
DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "SvtFontOptions_Impl::Notify()\nWho has changed the value type of \"Office.Common\\Font\\View\\ShowFontBoxWYSIWYG\"?" );
seqValues[nProperty] >>= m_bFontWYSIWYG;
}
- #ifdef DEBUG
+ #if OSL_DEBUG_LEVEL > 1
else DBG_ASSERT( sal_False, "SvtFontOptions_Impl::Notify()\nUnkown property detected ... I can't handle these!\n" );
#endif
}