summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 16:52:30 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 16:52:30 +0000
commitca2089bd5548b0e3644d805735cdf843123626f7 (patch)
tree1f6e96b56159ee851ceb899ff5ac89bd9f058e86 /svtools
parent55b913663def9ab62423aa4205edf69ee9773ee6 (diff)
INTEGRATION: CWS dbgmacros1 (1.7.174); FILE MERGED
2003/04/10 08:41:12 kso 1.7.174.1: #108413# - debug macro unification.
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/config/startoptions.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/config/startoptions.cxx b/svtools/source/config/startoptions.cxx
index e350c5a2eaf0..c797fae53d0f 100644
--- a/svtools/source/config/startoptions.cxx
+++ b/svtools/source/config/startoptions.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: startoptions.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: dg $ $Date: 2001-09-26 15:43:35 $
+ * last change: $Author: vg $ $Date: 2003-04-15 17:52:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -311,7 +311,7 @@ void SvtStartOptions_Impl::Notify( const Sequence< OUString >& seqPropertyNames
DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_STRING), "SvtStartOptions_Impl::Notify()\nWho has changed the value type of \"Office.Common\\Start\\Connection\"?" );
seqValues[nProperty] >>= m_sConnectionURL;
}
- #ifdef DEBUG
+ #if OSL_DEBUG_LEVEL > 1
else DBG_ASSERT( sal_False, "SvtStartOptions_Impl::Notify()\nUnkown property detected ... I can't handle these!\n" );
#endif
}