summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 16:52:19 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 16:52:19 +0000
commit55b913663def9ab62423aa4205edf69ee9773ee6 (patch)
tree0c01990e6d1b2b03f205f0299fdcd2a6af580fab /svtools
parente4e701dc57e02b4d764d037ea8e13d956b7b5dd3 (diff)
INTEGRATION: CWS dbgmacros1 (1.16.4.1.56); FILE MERGED
2003/04/10 08:41:12 kso 1.16.4.1.56.1: #108413# - debug macro unification.
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/config/securityoptions.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/config/securityoptions.cxx b/svtools/source/config/securityoptions.cxx
index 4763eb2d7c18..8a9673f5ee68 100644
--- a/svtools/source/config/securityoptions.cxx
+++ b/svtools/source/config/securityoptions.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: securityoptions.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 14:37:34 $
+ * last change: $Author: vg $ $Date: 2003-04-15 17:52:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -405,7 +405,7 @@ void SvtSecurityOptions_Impl::Notify( const Sequence< OUString >& seqPropertyNam
DBG_ERROR("Wrong type for ExecutePlugins!");
m_bROConfirmation = seqRO[nProperty];
}
- #ifdef DEBUG
+ #if OSL_DEBUG_LEVEL > 1
else DBG_ASSERT( sal_False, "SvtSecurityOptions_Impl::Notify()\nUnkown property detected ... I can't handle these!\n" );
#endif
}