diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:52:06 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:52:06 +0000 |
commit | e4e701dc57e02b4d764d037ea8e13d956b7b5dd3 (patch) | |
tree | ac86e8741fd24e0c027b26ae35d6b9ff671889d9 /svtools | |
parent | 6c3d8504759ee801d4d7dc4b0a345abe754207a7 (diff) |
INTEGRATION: CWS dbgmacros1 (1.5.150); FILE MERGED
2003/04/10 08:41:11 kso 1.5.150.1: #108413# - debug macro unification.
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/config/menuoptions.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/config/menuoptions.cxx b/svtools/source/config/menuoptions.cxx index 77b63b2a8f67..a6988ca04316 100644 --- a/svtools/source/config/menuoptions.cxx +++ b/svtools/source/config/menuoptions.cxx @@ -2,9 +2,9 @@ * * $RCSfile: menuoptions.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: cd $ $Date: 2002-12-13 07:45:00 $ + * last change: $Author: vg $ $Date: 2003-04-15 17:52:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -364,7 +364,7 @@ void SvtMenuOptions_Impl::Notify( const Sequence< OUString >& seqPropertyNames ) DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "SvtMenuOptions_Impl::SvtMenuOptions_Impl()\nWho has changed the value type of \"Office.Common\\View\\Menu\\ShowIconsInMenues\"?" ); seqValues[nProperty] >>= m_bMenuIcons; } - #ifdef DEBUG + #if OSL_DEBUG_LEVEL > 1 else DBG_ASSERT( sal_False, "SvtMenuOptions_Impl::Notify()\nUnkown property detected ... I can't handle these!\n" ); #endif } |